@media screen and (max-width: 740px) {

    .xxx-info-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .xxx-info-block > *:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #E8ECEF;
    }

    .xxx-info-block__cell {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}