@media only screen and (max-width: 600px) {
    .uc-question .t-input-title {
        font-size: 22px;
    }
    
    .uc-question .t-radio__control {
        font-size: 16px;
    }
    
    .uc-question .t-checkbox__control {
        font-size: 16px;
    }
    
    .t-rec_pt_75 .t-title_xxl {
        font-size: 22px;
    }
}