body.page--about {
  max-width: none;
  padding: 0;
  margin: 0;
}

.about {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 6vw 140px 280px;
  box-sizing: border-box;
}

.about-hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-title-wrap {
  height: 30vh;
  display: flex;
  align-items: flex-end;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.about-title-wrap svg {
  width: min(90%, 1100px);
  height: auto;
  display: block;
  margin: 0 auto;
}

.about-title-wrap svg .st0 {
  stroke-width: 2px;
}


.about-description {
  font-size: 24px;
  line-height: 1.35;
  margin-left: auto;
  text-align: left;
}

.about-columns {
  display: flex;
  gap: 120px;
  margin-top: 70px;
}

.about-team,
.about-older-team {
  position: relative;
  padding-top: 10px;
  margin-top: 70px;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 36px;
}

.about-team-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-team-photo {
  margin: 0;
  aspect-ratio: 322 / 400;
  overflow: hidden;
}

.about-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-team-name {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.about-team-description {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.about-column {
  flex: 1 1 0;
  position: relative;
  padding-top: 10px;
}

.about-label {
  position: absolute;
  padding-top: 5px;
  font-size: 0.70em;
  text-transform: uppercase;
  font-family: "Manrope", var(--font-family-sans);
  left: auto;
  right: calc(100% + 10px);
  width: 140px;
  white-space: nowrap;
  text-align: right;
}

.about-body {
  font-size: 1rem;
  line-height: 1.55;
}

@media screen and (max-width: 64rem) {
  .about {
    padding: 80px 6vw 120px 6vw;
  }

  .about-columns {
    flex-direction: column;
    gap: 48px;
  }

  .about-label {
    position: static;
    display: block;
    margin-bottom: 10px;
    width: auto;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 700;
  }

  .about-team-grid {
    display: flex;
    flex-direction: column;
    gap: 88px;
  }

  .about-title-wrap svg {
    width: 100%;
  }
}

@media screen and (max-height: 699px) {
  .about {
    padding: 80px 6vw 120px 6vw;
  }
}
