.custom-hero {
    padding: clamp(30px, 10vw, 130px) 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    background-color: var(--theme-primary-color);
    border-radius: 16px;
    gap: 20px;
}
.custom-hero .heading,
.custom-hero p {
    color: var(--theme-background-color);
    margin-bottom: 0;
    max-width: 900px;
}
.custom-hero a.button {
        
    margin: 10px;
}

@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){


   
}