.about-page > .hero.section-dark .hero-lead {
  width: min(100%, 780px);
  margin: 0.65rem 0 0;
  color: #ffffff !important;
  font-size: clamp(1.12rem, 1.55vw, 1.32rem);
  font-weight: 600;
  line-height: 2;
  text-shadow: 0 3px 18px rgba(4, 47, 45, 0.32);
  opacity: 1 !important;
}

.about-page .intro-section .section-heading,
.about-page .vision-section .section-heading {
  width: min(100%, 920px);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 3rem);
  text-align: center;
}

.about-page .vision-section .section-heading h2 {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  overflow-wrap: anywhere;
  font-size: clamp(2rem, 5vw, 4.25rem);
  line-height: 1.25;
}

.about-page .services-grid {
  align-items: stretch;
}

.about-page .services-grid .info-card {
  display: flex;
  min-height: 330px;
  padding: 0 !important;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(23, 79, 77, 0.13);
  border-radius: 30px 30px 10px 30px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 72, 70, 0.11);
}

.about-page .info-card-head {
  display: flex;
  min-height: 142px;
  padding: 1.25rem 1.35rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #1a5f5c, #42a6a6);
}

.about-page .info-card:nth-child(2) .info-card-head {
  background: linear-gradient(135deg, #d85b44, #f4775b);
}

.about-page .info-card:nth-child(3) .info-card-head {
  background: linear-gradient(135deg, #9d6c0b, #f6b936);
}

.about-page .info-card:nth-child(4) .info-card-head {
  background: linear-gradient(135deg, #386657, #7fb39e);
}

.about-page .info-card:nth-child(5) .info-card-head {
  background: linear-gradient(135deg, #224b68, #42a6a6);
}

.about-page .info-card-icon {
  display: grid;
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  place-items: center;
  color: #164f4d;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.about-page .info-card-icon svg,
.hri-level-card__icon svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-page .info-card-head h3 {
  margin: 0;
  color: inherit !important;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.about-page .services-grid .info-card > p {
  display: grid;
  min-height: 170px;
  margin: 0;
  padding: 1.55rem 1.5rem 1.8rem;
  place-items: center;
  color: #244f4d;
  font-size: clamp(1.03rem, 1.35vw, 1.18rem);
  font-weight: 600;
  line-height: 1.95;
  text-align: center;
}

@media (max-width: 640px) {
  .about-page > .hero.section-dark .hero-lead {
    margin-inline: auto;
    font-size: 1.05rem;
    line-height: 1.9;
    text-align: center;
  }

  .about-page .info-card-head {
    min-height: 126px;
  }

  .about-page .info-card-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .about-page .services-grid .info-card > p {
    min-height: 145px;
  }
}
