@media screen and (min-width: 992px) {
    .col-md-4 { width: 33.33333%; }
}

@media screen and (max-width: 768px) {
    .aboutus_panel { min-height: 300px; }
}

@media screen and (max-width: 414px) {
    #about_us_competitive { background-size: cover; }
    #about_us_profile { background-size: inherit; min-height: 400px; }
}
