/* Для блока с классом uc-spidblock — ужимаем картинку справа */

.uc-spidblock .t-col:last-child img,
.uc-spidblock .t-col:last-child .t-img,
.uc-spidblock .t-col:last-child .t-bgimg {
    max-width: 220px !important;
    width: 220px !important;
    height: auto !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    display: block !important;
}

/* Чуть-чуть выравниваем правую колонку на мобилке */

@media screen and (max-width: 640px) {
    .uc-spidblock .t-col:last-child {
        text-align: center !important;
    }

    .uc-spidblock .t-col:last-child img,
    .uc-spidblock .t-col:last-child .t-img,
    .uc-spidblock .t-col:last-child .t-bgimg {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}