@media screen and (max-width: 960px) {
    .t-col_1, .t-col_2, .t-col_3, .t-col_4, .t-col_5, .t-col_6, .t-col_7, .t-col_8, .t-col_9, .t-col_10, .t-col_11, .t-col_12 {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }
}