



@media screen and (max-width: 1041px) {
    .left_side_hider{
        display:none;
    }
    .right_side_hider{
        display:none;
    }
    .section-two .section-two-container{
        padding:30px;
    }
}



@media screen and (max-width:839px) {
    .section-two .section-two-container{
        padding:10px;
        padding-top:50px;
    }
    .section-two .section-two-container .benefit_s .left_side{
        width:80%;   
    }
    .section-two .section-two-container .benefit_s .right_side{
        width:80%
    }
    
}


@media screen and (max-width:500px) {
    .right_side p{
        font-size:20px;
    }
    .left_side p{
        font-size:20px;
    }
}


@media screen and (max-width:391px) {
    .section-two .section-two-container{
        padding:10px;
        padding-top:50px;
    }
    .section-two .section-two-container .benefit_s .left_side{
        width:100%   
    }
    .section-two .section-two-container .benefit_s .right_side{
        width:100%
    }
    
    .right_side p{
        font-size:20px;
    }
    .left_side p{
        font-size:20px;
    }
    .left_side span{
        font-size:13px;
    }
    .right_side span{
        font-size:13px;
    }
}