
.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: var(--element-border-radius);
    gap: 20px;
}
.custom-hero .heading,
.custom-hero p {
    color: var(--theme-background-color);
    margin-bottom: 0;
    max-width: 900px;
    margin-top: 0;
    text-wrap: balance;
}
.custom-hero a.button {
        
    margin: 10px;
}
.custom-hero img {
    width: 80%;
    margin: 0 auto 10px auto;
    min-height: 100px;
    object-fit: contain;
}
.custom-hero.has-brand #brand-select {
    display: none;
}
@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){
    
    max-width: 100%;
   
}

.elementor-widget-custom-hero:not(:first-child) {
    margin-top: var(--spacing-between);
}
.elementor-widget-custom-hero:not(:last-child) {
    margin-bottom: var(--spacing-between) !important;
}