.about-team {
  background: linear-gradient(#f0eeec00 0%, #f0eeec 50.48%);
  padding-top: 60px;
}

.about-team h3 {
  text-align: center;
  margin-bottom: 40px;
}

.about-team p {
  white-space: pre-line;
  text-align: center;
  margin-bottom: 40px;
}

.about-team a {
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .about-team h3, .about-team p {
    margin-bottom: 24px;
  }

  .about-team a {
    margin: 0 auto 40px;
  }

  .about-team .img {
    margin: 0 -24px;
  }
}
