.rsMn img{
    max-width: 100%;
    object-fit: contain;
}
.rsMn p{
    background: var(--white-color);
    font-family: var(--body-fonts);
    font-size: 1rem;
    line-height: 2;
    color: var(--secondary-color);
     margin-top: 23px;
}

.rsMn h6{
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: var(--dark-color);
}
.rsMn>ul>li{
    display: flex;
    list-style: none;
    align-items: center;
    gap: 7px;
    color:var(--secondary-color);
    font-family: var(--body-fonts);
    font-size: 1rem;
    line-height: 2;
    margin-top: 8px;
}
.rsMn h4{
    font-size: 24px;
    line-height: 133.33%;
    margin-top: 25px;
}

@media all and (max-width:768px){
    .rsMn h6 {
        font-size: 30px!important;
    }
}
@media all and (max-width:400px){
    .rsMn h6 {
        font-size: 20px!important;
    }
    .rsMn p {
        font-size: 0.8rem!important;
    }
    .rsMn>ul>li {
        font-size: 0.8rem!important;
    }
}
@media all and (max-width:320px){
    .rsMn h6 {
        font-size: 16px!important;
    }
}
