.widget-wrap  {
    margin-top: 96px;
    background: linear-gradient(180deg, #F0DCBF 0%, #FFF0DA 51.35%, #FFF0DA 100%);
}
.widget__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:30px;

}

.widget__container h2{
    margin-bottom: 10px;
    font: 600 24px/100% 'Montserrat';
}

.widget__container h3{
    color: #333333;
    margin: 0;
    font: 400 16px/16px 'Montserrat';
}
.widget__container a{
    font: 700 16px/24px 'Montserrat';
    background: linear-gradient(96.82deg, #F0882D 0%, #FFBD4A 100%);
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    color: white;
    display: block;
    width: max-content;
    padding: 8px 32px;
    position: relative;

}

.elementor-section.agency-widget {
    padding: 20px 0;
    margin: 0;
    position: relative;
    top:90px;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, #F0DCBF 0%, #FFF0DA 51.35%, #FFF0DA 100%);
}

.elementor-section.agency-widget:before{
    content: '';
    position: absolute;
    width: 100vw;
    height: 90px;
    background: rgb(73 138 166);
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
}

.agency-widget .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding: 0;
}





/*.widget__container a::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    z-index: -1;*/
/*    display: block;*/
/*    left: -20%;*/
/*    right: -20%;*/
/*    top: -4%;*/
/*    height: 150%;*/
/*    width: 150%;*/
/*    bottom: 0;*/
/*    -webkit-transform: skewX(45deg) scale(0, 1);*/
/*    -moz-transform: skewX(45deg) scale(0, 1);*/
/*    -ms-transform: skewX(45deg) scale(0, 1);*/
/*    transform: skewX(45deg) scale(0, 1);*/
/*    background: #ffffff;*/
/*}*/
.widget__container a:hover{
    color: white;
    box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.2);
}





.widget-wrap  .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding: 20px 0;
}

.widget-wrap .elementor-container, .agency-widget .elementor-container{
    max-width: 1200px!important;
}

.widget__container> div{
    width: 68%;
}


@media only screen and (max-width: 1280px) {
    .widget__container> div{
        width: 63%;
    }
}
@media only screen and (max-width: 767px) {
    .widget__container{
        /*flex-direction: column;*/
        /*align-items: flex-start;*/
    }
    .widget__container h2{
        font-size: 18px;
        line-height: 16px;
    }
    .widget__container h3{
        font-size: 14px;
        line-height: 14px;

    }

    .widget__container a{
        font-size: 14px;
        line-height: 24px;
        padding: 8px;
        width: max-content;
    }
    .agency-banner{
        padding-top: 200px!important;
    }

    .elementor-section.agency-widget {
        top:125px;
    }

}





@media only screen and (max-width: 666px) {

    .widget__container h2{
        line-height: 120%;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .widget__container h3{
       font-size: 12px;
       line-height: 120%;
    }
    .agency-banner {
        padding-top: 130px!important;
    }




    .widget-wrap .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
        padding: 10px 0;
    }
    .widget__container{
        gap: 5px;
    }
    .elementor-section.agency-widget{
        padding: 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    .agency-banner {
        padding-top: 55px!important;
    }
    .widget__container a{
        font-size: 12px;
        line-height: 18px;
    }
    .widget__container> div{
        width: 59%;
    }


}

@media only screen and (max-width: 375px) {
    .agency-banner {
        padding-top: 40px!important;
    }
    .widget__container> div{
        width: 51%;
    }
    .widget__container h2{
        font-size: 12px;
    }
    .widget__container h3{
        font-size: 11px;

    }

}