.rounded-card {
  border-radius: 25px;
  overflow: hidden;
}

.fixed-background {
  background-attachment: fixed !important;
}

.hero-box {
  position: relative;
  background: radial-gradient(circle, rgba(237, 186, 88, 0.5) 0%, rgba(237, 186, 88, 0.3) 50%, rgba(237, 220, 88, 0.0) 100%);
  border-radius: 50%;
}

@media (max-width: 768px) {
  .hero-box {
    border-radius: 30%;
    background: radial-gradient(ellipse 80% 60% at center, rgba(255, 220, 100, 0.5) 0%, rgba(255, 220, 100, 0.3) 50%, rgba(255, 220, 100, 0.0) 100%);
  }
    
    .TEST-fixed-background {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    min-height: 50vh !important;
  }
}