.ms3 {
    background-color: #fff;
}

.ms3-image {
    margin-top: 120rem;
}

.ms3 .ped2-box ul li {
    color: #222;
    border: 4px solid var(--main-color);
    box-shadow: none;
}


.ms4-image {
    margin-top: 90rem;
}


/*==================================================*/
@media (max-width: 991px) {
    .ms1 .my1-text p br,
    .mo1 .my1-text p br {
        display: none;
    }

    .ms3 .a1-title h5 {
        padding: 0 10%;
    }
    
    .ms3 .ped2-box ul li {
        border: 2px solid var(--main-color);
    }

    .ms4 .a1-title,
    .ms4 .my1-text p {
        width: 100%;
        text-align: left;
    }

    .ms4-image {
        width: 90%;
        margin-left: auto;
        margin-right: 0;
    }
}


@media (max-width: 550px) {

}