.about--page {
  margin-top: 0;
}

.about--page .about__card {
  border-radius: 0;
}

.about--page .about__card > *:not(.decor-circle) {
  position: relative;
  z-index: 2;
}

.about--page .about__text {
  display: block;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.about--page .about__text + .about__text {
  margin-top: 20px;
}

.about--page .decor-circle {
  display: none;
}

.about--page .about__gallery {
  margin: 30px 0 0;
}

.about--page .about__photoMain {
  border-radius: 0;
  width: 100%;
}

@media (min-width: 769px) {
  .about--page .about__gallery {
    margin: 60px 0 0;
  }
}

.values {
  margin: 80px 20px 90px;
}

.values__ttl {
  text-align: center;
  margin-bottom: 40px;
}

.values__grid {
  display: grid;
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
}

.values .btnContainer {
  margin-top: 50px;
}

.values__card {
  padding: 30px 24px;
  border-radius: 16px;
  background: var(--bg2);
  text-align: center;
}

.values__card h3 {
  font-size: 1.8rem;
  font-weight: var(--fontMedium);
  color: var(--textttlColor);
  margin-bottom: 12px;
}

.values__card p {
  font-size: 1.4rem;
  line-height: 1.9;
  color: var(--textColor);
}

@media (min-width: 769px) {
  .values__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
