﻿/* Content/responsive.css */
@media (max-width: 991px) {
    section.section-benefit {
        width: 100%;
    }
}

@media (max-width: 575px) {
    #banner1, #banner2 {
        display: none;
    }
}



