.about-section {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  background-color: #4ECDC4;
  color: #fff;
  padding: 4rem 2rem;
  max-width: 100%;
  margin: 0;
}

.about-section h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  margin-bottom: 0.5rem;
}

.about-section h2 {
  font-family: 'Pacifico', cursive;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
}

.about-section .underline {
  width: 60px;
  height: 3px;
  background-color: rgba(255,255,255,0.5);
  margin: 0.75rem auto 1.5rem;
  border-radius: 2px;
}

.about-section p {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.92);
  max-width: 680px;
  margin: 0 auto;
}

/* Service cards on explore-options section */
.service-card-img-top {
  height: 20rem;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}
