.hero-slider-service [data-slider-label] {
  color: inherit;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.hero-slider-service [data-slider-label]:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 650px) {
  .hero-buttons {
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero-buttons .button {
    min-height: 54px;
  }

  .hero-buttons .button.ghost {
    justify-content: center;
  }
}
