    /* SECTION MAIN PRODUCTS */

span.elementor-divider-separator {
    margin: 0 !important;
}

span.section-main-products__title-accent {
    background: #FEF3E7;
}



@media screen and (min-width: 1025px) {

            /* SECTION MAIN PRODUCTS */
    
    div.section-main-products__title h2 {
        line-height: 1.4 !important;
        margin-top: -29px !important;
    }
    
    span.section-main-products__title-accent {
        padding: 0 1rem;
    }
    
    section.section-main-products .abstract-shape {
        height: 62%;
        border-radius: 10rem 10rem 15rem 13rem;
        top: 167px;
    }
    
}

@media screen and (max-width: 767px) {
    
            /* SECTION MAIN PRODUCTS */
    
    div.section-main-products__title h2 {
        line-height: 1.2 !important;
        margin-top: -17.5px !important;
    }
    
    span.section-main-products__title-accent {
        padding: 0 0.6rem;
    }
    
    section.section-main-products div.abstract-shape {
        height: 64%;
        border-radius: 3.5rem 6rem 8rem 3.5rem;
        top: 167px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

        /* SECTION MAIN PRODUCTS */
    
    div.section-main-products__title h2 {
        line-height: 1.2 !important;
        margin-top: -23px !important;
    }
    
    span.section-main-products__title-accent {
        padding: 0 1.1rem;
    }
    
    section.section-main-products .abstract-shape {
        height: 62%;
        border-radius: 10rem 10rem 15rem 13rem;
        top: 137px;
    }
}