@media screen and (max-width: 480px) {
    .sm-grid-cols-2 {
        grid-template-columns: 1fr 1fr !important;
    }
}