@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) {
        .t-text_md {
        font-size: 26px;
        }
    }
    @media only screen 
    and (min-width: 320px)
    and (max-width: 767px) {
        .t-text_md {
        font-size: 26px;
        }
    }

.uc-trud {
    background-color: #d6e4e6;
}

.uc-background {
    background-color: #d6e4e6;
}
