#vision {
  position: relative;
  margin-top: 0.4rem !important;
  padding-top: 1.55rem;
  padding-bottom: 0.25rem;
  overflow: visible;
}

#vision::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 11.5rem;
  border-radius: 1.75rem;
  background:
    linear-gradient(180deg, rgba(236, 246, 242, 0.94) 0%, rgba(236, 246, 242, 0.48) 44%, rgba(236, 246, 242, 0) 100%),
    radial-gradient(circle at 12% 12%, rgba(29, 141, 107, 0.1) 0%, rgba(29, 141, 107, 0) 28%),
    radial-gradient(circle at 88% 0%, rgba(20, 91, 73, 0.08) 0%, rgba(20, 91, 73, 0) 24%);
  pointer-events: none;
}

#vision .row {
  position: relative;
  z-index: 1;
}

#vision .aboutUsSectionHeader {
  position: relative;
  z-index: 1;
  max-width: 46rem;
  margin: 0 auto 1.75rem;
  padding: 0.35rem 1rem 1.15rem;
  text-align: center;
}

#vision .aboutUsSectionHeader::after {
  content: "";
  display: block;
  width: min(18rem, 58%);
  height: 1px;
  margin: 1.2rem auto 0;
  background: linear-gradient(90deg, rgba(20, 91, 73, 0) 0%, rgba(20, 91, 73, 0.26) 50%, rgba(20, 91, 73, 0) 100%);
}

#vision .aboutUsSectionHeader-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.38rem 0.95rem;
  border: 1px solid rgba(20, 91, 73, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #215545;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#vision .aboutUsSectionHeader-kicker::before,
#vision .aboutUsSectionHeader-kicker::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(29, 141, 107, 0.9) 0%, rgba(20, 91, 73, 0.9) 100%);
  box-shadow: 0 0 0 0.22rem rgba(29, 141, 107, 0.08);
}

#ae-title.ae-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0.75rem auto 0;
  padding: 0;
  color: #123f34;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#ae-title.ae-title::before,
#ae-title.ae-title::after {
  content: "";
  width: clamp(2rem, 5vw, 4rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 91, 73, 0) 0%, rgba(20, 91, 73, 0.3) 100%);
}

#ae-title.ae-title::after {
  background: linear-gradient(90deg, rgba(20, 91, 73, 0.3) 0%, rgba(20, 91, 73, 0) 100%);
}

#vision .aboutUsSectionHeader-copy {
  max-width: 38rem;
  margin: 0.8rem auto 0;
  color: #4b695f;
  font-size: 0.96rem;
  line-height: 1.72;
}

@media (max-width: 767.98px) {
  #vision {
    margin-top: 1rem !important;
    padding-top: 1.15rem;
  }

  #vision::before {
    height: 10rem;
    border-radius: 1.2rem;
  }

  #vision .aboutUsSectionHeader {
    margin-bottom: 1.35rem;
    padding: 0.1rem 0.3rem 0.95rem;
  }

  #ae-title.ae-title {
    gap: 0.7rem;
    margin-top: 0.62rem;
    font-size: 1.55rem;
    letter-spacing: 0.12em;
  }

  #ae-title.ae-title::before,
  #ae-title.ae-title::after {
    width: 1.4rem;
  }

  #vision .aboutUsSectionHeader-copy {
    font-size: 0.84rem;
    line-height: 1.65;
  }
}
