@media (max-width: 576px) {
    .col-12.col-sm-6.col-md-6.col-lg-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
