.editor .full_img{
    width: 100%;	object-fit: cover;
    padding:0;
}
/*------------ about-editor ------------*/

.about-editor {
}

.about-editor-h2 {
    font-size: 20px;
    color: #C50000;
}

.about-editor-h4 {
    color: #000000;
    font-size: 17px;
    margin: 0;
}


/*------------terms-editor ------------*/

h2.terms-title {
    color: #444;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}


/*------------ index-about-editor ------------*/


/*------------ rwd ------------*/

@media screen and (max-width: 1200px) {
    .about-editor-text,
    .about-editor-pic {
        float: none;
        width: 100%;
    }
    .about-editor-pic {
        margin: 25px 0 0 0;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
        .editor img{
            float: none!important;
        }

}
