.hero-banner {
    background: url('../images/banner.png') no-repeat left top;
    background-size: cover;
    height: 600px;
    color: white;
    position: relative;
  }

  .hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
  }

  .hero-content {
    position: relative;
    z-index: 2;
  }

  .hero-title {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .hero-highlight {
    color: #ff4e94;
  }

  .button-custom {
    background-color: #ff4e94;
    border: none;
    padding: 4px;
    border-radius: 8px;
  }

  .button-custom:hover {
    background-color: #e63f82;
  }
  