.about-hero {
  padding: 2.5rem 0 2.75rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
}
.about-hero__content {
  max-width: 720px;
}
.about-hero__eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--color-veci-green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.about-hero__title {
  margin: 0 0 0.9rem;
  color: #1f1f1f;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.1;
}
.about-hero__lead {
  margin: 0;
  max-width: 620px;
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.7;
}
.about-intro {
  padding: 2.5rem 0 1.75rem;
  background-color: #fff;
}
.about-intro__content {
  margin: 0 auto;
  color: #363636;
  font-size: 1rem;
  line-height: 1.85;
}
.about-intro__content p + p {
  margin-top: 1rem;
}
.about-image-section {
  padding: 0.25rem 0 2rem;
  background-color: #fff;
}
.about-image-section__card {
  overflow: hidden;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}
.about-image-section__image {
  display: block;
  width: 100%;
  height: auto;
}
.about-blocks {
  padding: 2rem 0 3rem;
  background-color: #fafafa;
}
.about-blocks__header {
  margin-bottom: 1.25rem;
}
.about-blocks__eyebrow {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--color-veci-green);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.about-blocks__title {
  margin: 0;
  color: #1f1f1f;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.15;
}
.about-card {
  height: 100%;
  padding: 1.4rem;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}
.about-card--wide {
  min-height: 100%;
}
.about-card__title {
  margin: 0 0 0.85rem;
  color: #202020;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}
.about-card__text {
  margin: 0;
  color: #4d4d4d;
  font-size: 0.97rem;
  line-height: 1.75;
}
@media (max-width: 991.98px) {
  .about-hero {
    padding: 2.15rem 0 2.35rem;
  }
  .about-hero__title {
    font-size: 1.95rem;
  }
  .about-blocks__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .about-hero {
    padding: 2rem 0 2.1rem;
  }
  .about-hero__title {
    font-size: 1.7rem;
  }
  .about-hero__lead {
    font-size: 0.96rem;
  }
  .about-intro {
    padding: 2rem 0 1.35rem;
  }
  .about-intro__content {
    font-size: 0.97rem;
    line-height: 1.75;
  }
  .about-image-section {
    padding: 0 0 1.75rem;
  }
  .about-blocks {
    padding: 1.75rem 0 2.4rem;
  }
  .about-blocks__title {
    font-size: 1.45rem;
  }
  .about-card {
    padding: 1.15rem;
  }
  .about-card__title {
    font-size: 1.08rem;
  }
  .about-card__text {
    font-size: 0.94rem;
    line-height: 1.7;
  }
}
