.about-page-hero {
  min-height: 56vh;
  position: relative;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.about-page-hero .container {
  position: relative;
  z-index: 1;
}

.about-page-hero .bp-heading,
.about-page-hero .bp-lead {
  color: #fff;
}

.about-value-card {
  border: 1px solid color-mix(in srgb, var(--bp-sage) 15%, transparent);
  border-radius: 16px;
  padding: 1.5rem;
  height: 100%;
  background: #fff;
}

.about-value-card i {
  font-size: 1.4rem;
  color: var(--bp-sage);
  margin-bottom: 0.75rem;
  display: block;
}

.about-value-card h3 {
  font-size: 1.1rem;
  color: var(--bp-sage-hover);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.about-value-card p {
  margin: 0;
  color: var(--bp-sage);
  line-height: 1.75;
}

@media (max-width: 767px) {
  .about-page-hero {
    min-height: 48vh;
    padding-top: 88px;
    padding-bottom: 40px;
  }
}
