@media screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
}

body {
  background-image: url(../images/sobre.png);
  overflow-x: hidden;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  touch-action: manipulation;
}

@media screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
}

body {
  background-image: url(../images/sobre.png);
  overflow-x: hidden;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  touch-action: manipulation;
}

.custom-img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

.custom-card {
  max-width: 170px;
  justify-content: center;
}

.custom-card2{
  max-width: 100%;
  justify-content: center;
}

#botão {
  width: 25%;
}

.list-unstyled {
  list-style: disc;
  margin: 0 auto;

}

.custom-list {

  justify-content: center;
  margin: 0 auto;
}

.custom-row {
  width: 50%;
  margin: 0 auto;
}

#junior {
  max-width: 73%;
}

