/* =========================
   Benefits
========================= */

.benefits-section {
  overflow: hidden;
  background: #fffaf2;
}

.benefits-section h2 {
  text-align: center;
}

.benefits-carousel {
  overflow: hidden;
  box-shadow: none;
}

.benefits-track {
  width: max-content;
  display: flex;
  gap: 14px;
  padding: 0 16px;
  box-shadow: none;

  transform: translate3d(0, 0, 0);
  will-change: transform;
  backface-visibility: hidden;
}

.benefit-card {
  width: 230px;
  min-height: 160px;
  flex-shrink: 0;
  padding: 18px 16px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 22px;
  background: #ffffff;
  text-align: center;
  box-shadow: none;
}

.benefit-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  background: transparent;
}

.benefit-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.benefit-card h3 {
  max-width: 195px;
  margin: 12px auto 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.benefit-card p {
  display: none;
}
