.title h2{
    font-family: "Viga", sans-serif;
}
.about-sect .txt-box .index-about-editor .editor h4{
    font-family: "Viga", sans-serif;
}
.title span{
    display: none;
}
.title h2{
    position: relative;
    display: block;
    font-size: 50px;
    font-weight: normal;
    font-family: "Viga", sans-serif;
    letter-spacing: 0.03em;
    line-height: 1.15;
    color: #262C39;
    text-transform: uppercase;
}
.title h2:first-letter{
    color: #004AAC;
}
.title h2::before{
    display: none;
}
.about-sect .txt-box .index-about-editor .editor h4 {
    letter-spacing: 0.06em;
    line-height: 1.5;
}
.about-sect .txt-box .index-about-editor .editor {
    -webkit-line-clamp: 8;
    height: 358px;
}
@media screen and (max-width: 1000px){
    .title h2 {
        font-size: 35px;
    }
    .title h2::after{
        display: none !important;
    }
}