@media screen and (max-width: 500px) {
    .lists .item .col {
        width: 100% !important;
    }
    .lists .item .thumb {
        margin-bottom: 2rem;
    }
}