.about-us {
  margin: 0;
  width: 100%;
}
.about-us .row {
  margin: 0;
}
.about-us .one-team {
  margin-bottom: 1rem;
}
.about-us .one-team h2 {
  margin: 0;
}
.about-us .one-team h6 {
  margin-top: 0;
  font-style: italic;
  color: rgba(0, 0, 0, 0.4784313725);
}
.about-us .speak-url {
  padding: 1rem;
  text-align: center;
}
.about-us .speak-url .speak-logo {
  height: 3rem;
}
.about-us .team-img {
  padding: 0;
  margin: 0.3rem 0;
}
.about-us .team-img img {
  width: 8rem;
  height: 10rem;
  object-fit: cover;
}
.about-us #content-managers {
  position: relative;
  top: -100px;
}
@media only screen and (max-width: 640px) {
  .about-us .team-img {
    text-align: center;
  }
}
