
.benefitBanner__item {
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  border-radius: 8px;
}

.benefitBanner__item:hover,
.benefitBanner__item:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
