/* About Bienestar - inspirado en el diseño de referencia */
.about-bienestar {
}


/* Bullets */
.about-bienestar .ab-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eef2f0;
  color: var(--color-primary-600);
  font-size: 1.4rem;
}

/* Imagen y badge */
.about-bienestar .about-image-wrapper {
  --radius: 18px;
}

.about-bienestar .about-image {
  border-radius: var(--radius);
  width: 100%;
  object-fit: cover;
  max-height: 520px;
}




/* Eyebrow y título */

.about-bienestar .about-title {
  line-height: 1.05;
}


@media (max-width: 991.98px) {
  .about-bienestar .about-wrapper { padding: 1.25rem 1rem; }
  .about-bienestar .ab-icon { width: 48px; height: 48px; min-width: 48px; }
}
