[section-id="fab4a7c5-8c04-474b-bfdd-d5ae8844615d"] .embla__container {
  gap: 24px;
  align-items: stretch;
}

[section-id="fab4a7c5-8c04-474b-bfdd-d5ae8844615d"] .embla__slide {
  flex: 0 0 calc(25% - 18px);
  min-width: 0;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(11, 11, 14, 0.07);
  padding: 32px 20px;
}

[section-id="fab4a7c5-8c04-474b-bfdd-d5ae8844615d"] .embla__slide > a {
  align-items: center;
  gap: 20px;
}

[section-id="fab4a7c5-8c04-474b-bfdd-d5ae8844615d"] .embla__slide .overflow-hidden.rounded {
  width: 150px;
  height: 150px;
  border-radius: 9999px;
  margin-inline: auto;
}

[section-id="fab4a7c5-8c04-474b-bfdd-d5ae8844615d"] .embla__slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 9999px;
  transform: none !important;
}

[section-id="fab4a7c5-8c04-474b-bfdd-d5ae8844615d"] .embla__slide h3 {
  text-align: center;
  color: #1e293b;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
}