@media screen and (max-width: 640px) {
    .t456__rightwrapper {
        // padding-left: 15px !important;
    }
    .t456__list_item {
        padding: 10px 0 10px 20px !important;
        border-bottom: 1px solid #333;
    }
     .t456 li.t456__list_item {
        padding-left: 20px !important;
    }
    .t456__leftwrapper {
        display: none;
    }
    .t456__list_item {
        text-align: left !important;
    }
}