/*Скругление в блоке FAQ*/

.t668__wrapper {
    border-radius: 10px;
}


/*Правка карточек форматов на внутренних страницах*/

@media screen and (max-width: 640px) {   
    .t902__content {
    padding: 20px 20px 20px;
}

.t902__wrap_right {
    padding: 0px !important;
}

.t902__bgimg.t-bgimg.loaded {
    height: 270px !important;
}
    
.t902__bgimg {
    position: inherit;
}
}