/* Add custom CSS styles below */ 
#slider1 span.inline-block {
    color:#466013;
}
#slider1 p:nth-of-type(1){
    font-weight:900;
}
.tabs.tabs-4 .container .main-content .content{
    display:none;
}
.tabs.tabs-4 .container .main-content{
        border-radius:20px;
        background-color:#ebdeca80;
    }
@media(min-width:768px){
    .tabs.tabs-4 .container .main-content{
        padding:50px 80px;
    }
}
@media(max-width:768px){
    .tabs.tabs-4 .container .main-content{
        padding:20px 30px;
    }
}
/*panner full width*/
section.s-block.s-block--fixed-banner ,
section.s-block.s-block--fixed-banner .container{
    margin:0 !important;
    max-width:100% !important;
    padding:0;
}


.down.flex.flex-row.gap-12.md\:justify-normal.justify-center.flex-wrap {
    display: none !important;
}


a.custom-btn {
    display: none !important;
}