/* Add custom CSS styles below */ 
@media only screen and (max-width: 991px) {
    .s-block.s-block--banners.container>div {
        overflow-x:auto!important;
        grid-template-columns: 1fr 1fr 1fr!important
    }
    
    .banner-entry {
        width: 380px!important;
        overflow-x: auto!important
    }
 
 section.s-block--features:before {
    content: "ايش يميز أمان سيركل ؟";
    display: block!important;
    width: 100%;
    margin: auto;
    text-align: center;
    color: #263e8d!important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px!important
}

section.s-block--testimonials:after {
    content: "شركاء النجاح";
    display: block!important;
    width: 100%;
    margin: 20px auto 0; /* Added margin-top: 20px */
    text-align: center;
    color: #263e8d!important;
    font-size: 20px;
    font-weight: 700;
}