@media (min-width: 1440px) {

} /* >= 1440px */

@media (max-width: 1440px) {

} /* 1440px */

@media (max-width: 1366px) {

} /* 1366px */

@media (max-width: 1280px) {

} /* 1280px */

@media (max-width: 1200px) {

}  /* 1200px */

@media (max-width: 1024px) {
    .sppb-section .sppb-container-inner .sppb-row .sppb-col-md-12 {
        padding-right: 0;
        padding-left: 0;
    }

} /* 1024px */

@media (max-width: 992px) {

} /* 992px */

@media (max-width: 768px) {
    .sppb-img-responsive.about-us-img {
        max-width: 100% !important;
        width: 100%;
    }
} /* 768px */

@media (max-width: 576px) {
    #sp-header .container {
        padding: 0 !important;
    }

    #sp-header .container .row {
        flex-wrap: wrap;
    }

    #sp-header > .container #sp-logo {
        justify-content: center;
        width: 100%;
        flex: 0 0 100%;
    }

    #sp-header #sp-top4 {
        flex: 0 0 75%;
    }

    #sp-header #sp-top4 .sp-module.mod_search {
        flex: 0 0 85%;
    }

    #sp-header #sp-top4 .sp-module {
        flex: 0 0 10%;
    }
} /* 576px */

@media (max-width: 480px) {
    .sppb-col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
} /* 480px */
