.title h2 {
    letter-spacing: 1px;
    display: block;
    font-family: "Montserrat", sans-serif;
    position: relative;
    font-weight: bold;
    color: #333333;
    font-size: 65px;
}

.title h2::first-letter {
    color: #0066AC;
}

.title span{
    display: none;
}

.about-sect .title h2 {
    margin-left: 0;
}

.about-sect .col.txt {
    
    padding: 0px 50px 0px;
}

@media screen and (max-width: 1200px){
    .about-sect .txt-box .index-about-editor .editor {
        height: 230px;
    }
}
@media screen and (max-width: 1000px){
    .title h2{
        font-size: 35px;
    }

    .about-sect .txt-box .index-about-editor .editor {
        height: auto;
    }
    .about-sect .col.txt {
        margin-top: 0;
        padding: 00px 20px 35px;
    }
}