.about-text p + p {
  margin-top: 30px;
}

.about-quote {
  margin-inline: auto;
  max-width: 1170px;
  text-align: center;
}

.about-team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 20px;
}

.about-team-photo {
  position: relative;
  background-color: rgb(var(--clr-pink));
}

.about-team-photo:before {
  content: "";
  display: block;
  padding-bottom: 116.23%;
}

.about-team-photo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-team-name {
  margin-top: 40px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.about-team-pos {
  margin-top: 15px;
  font-family: var(--acc-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38em;
}

.about-banner {
  display: flex;
  padding: 35px var(--p-inline) 0;
  background-color: #D7E4EA;
}

.about-banner-content {
  margin-inline: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}

.about-banner-heading {
  font-size: 64px;
  font-weight: 700;
  line-height: 1em;
}

.about-banner-desc {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 600;
}

.about-banner-btn {
  display: block;
  position: relative;
  margin-top: 40px;
  margin-inline: auto;
  margin-bottom: -35px;
}

@media screen and (max-width: 1440px) {
  .about-quote {
    max-width: 988px;
  }

  .about-team {
    gap: 60px 16px;
  }

  .about-team-name {
    margin-top: 35px;
    font-size: 40px;
  }

  .about-team-pos {
    font-size: 14px;
  }

  .about-banner-heading {
    font-size: 54px;
  }

  .about-banner-desc {
    font-size: 20px;
  }

  .about-banner-btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1164px) {
  .about {
    --tb-big-value: 25px;
  }

  .about-text p + p {
    margin-top: 20px;
  }

  .about-quote {
    max-width: 716px;
  }

  .about-team {
    row-gap: 45px;
  }

  .about-team-name {
    margin-top: 24px;
    font-size: 32px;
  }

  .about-team-pos {
    margin-top: 8px;
    font-size: 13px;
  }

  .about-banner-heading {
    font-size: 43px;
  }

  .about-banner-desc {
    font-size: 16px;
  }

  .about-banner-btn {
    margin-top: 25px;
    margin-bottom: -25px;
  }
}

@media screen and (max-width: 624px) {
  .about-team {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  .about-banner {
    padding: 24px;
  }

  .about-banner-heading {
    font-size: 28px;
  }

  .about-banner-desc {
    font-size: 18px;
  }

  .about-banner-btn {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

.about-text.p-tb-big a {
    color: rgb(229, 181, 202);
}

.about-text.p-tb-big a:hover {
    text-decoration: underline;
}
