.uC>img{
    max-width: 100%;
    object-fit: contain;
}
.rTs>div>img{
    max-width: 100%;
    object-fit: contain;
}
.ucB>ul>li{
    background: var(--white-color);
    font-family: var(--body-fonts);
    font-size: 1rem;
    line-height: 2;
    color: var(--secondary-color);
    margin-top: 20px;
}
.ucB>p:nth-child(2){
    margin-top: 20px;
}
.ucB>h4{
    font-size: 24px;
    line-height: 133.33%;
    margin-top: 25px;
}
@media all and (max-width:992px){
.rTs>div>a>img{
    margin-bottom: 30px!important;
}
}
@media all and (max-width:500px){
.ucB>ul>li, .tsMn>div>div>p {
font-size: 14px!important;
}
}