.col_list .wp_listcolumn .wp_column{
    width: 3.5rem;
}
@media screen and (max-width: 767px) {
    .col_list .wp_listcolumn .wp_column{
        width: 100%;
    }
}