.custom-hero {
    padding: clamp(30px, 10vw, 130px) clamp(25px, 8vw, 100px);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}
.custom-hero:has(.custom-hero-icon) {
    padding-top: clamp(30px, 6vw, 60px)
} 
.custom-hero .heading,
.custom-hero, 
.custom-hero a.button {
    color: var(--theme-background-color);
}
.custom-hero a.button {
    border-color: var(--theme-background-color);
    margin: 10px;
}
.custom-hero-icon {
    
}
.custom-hero hr {
    width: 30%;
    max-width: 122px;
    background: transparent;
    border-top: 1px solid var(--theme-secondary-color);
    margin: 15px auto 0 auto;
}
@media screen and (min-width: 768px) { 
    

}

.elementor-element[data-element_type="container"]:has(.elementor-widget-custom-hero),
.elementor-element[data-element_type="container"] > .e-con-inner:has(.elementor-widget-custom-hero){
    padding: 0;
    max-width: 100%;
    width: 100%;
    background: #001c45;
    background-image: radial-gradient(at 50% 170%, #315CA7 0%, #001c45 73%);
    color: var(--theme-background-color);
}