.title span {
    display: none;
}
.title h2 {
    font-size: 75px;
    font-weight: bold;
    font-family: 'Open Sans', serif;
}
.about-sect .txt-box .index-about-editor .editor {
    height: 170px;
}
@media screen and (max-width: 1000px){
    .title h2 {
        font-size: 40px;
    }
    .about-sect .txt-box .index-about-editor .editor {
        height: auto;
    }
}