.cols-4 {
    height: 130px;
    width: 33.33333333%;
}

@media screen and (max-width:767px) {

        .cols-4 {
    height: auto !important;
    width: 33.33333333%;
}}