@media screen and (min-width: 990px) {
    #content>div>div>div>div>div>section:nth-child(2) {
    }

    #content>div>div>div>div>div>section:nth-child(3) {
        padding-top: 40px!important;
        padding-bottom: 40px!important;
        margin-bottom: 0px!important;
        margin-top: 0px!important;
        /* background:#f0f0f0!important; */
        height: 500px;
    }

    .adamoAccordion .content__trigger.active {
        color: #000;
        background-color: #f0f0f0!important;
        border-bottom: none!important
    }

    #content section:nth-child(1) div .product-card-wrapper .highlighted-content .cbutton .button {
        font-size: 1.6rem!important
    }
}

@media screen and (max-width: 989px) {
    #content>div>div>div>div>div>section:nth-child(1)>div>div>div>div .product-card-wrapper .highlighted-content .cbutton .button {
        width:100%!important;
        font-size: 20px!important;
        margin-top: 40px!important;
        z-index: 999999
    }

    #content>div>div>div>div>div>section:nth-child(2) {
        background: #FFFFFF!important;
        border-top: 1px solid #f0f0f0!important;
        margin-bottom: 20px!important;
        padding-top: 40px!important
    }

    #content>div>div>div>div>div>section:nth-child(2) {
        padding-top: 60px!important;
        padding-bottom: 30px!important;
        margin-bottom: 0px!important;
        margin-top: 0px!important;
        background: #f0f0f0!important
    }

    .adamoAccordion .content__trigger.active {
        color: #000;
        background-color: #f0f0f0!important;
        border-bottom: none!important
    }
}
