.title span {
    display: none;
}
.title h2 {
    color: #111111;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    font-family: 'Raleway', serif;
}
.about-sect .title h2::before {
    right: 91.5%;
}
.about-sect .title h2::after {
    right: 91%;
}
.about-sect .txt-box .editor h3 {
    font-family: 'Raleway', serif;
}
@media screen and (max-width: 1200px) {
    .title h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 360px) {
    .title h2 {
        font-size: 30px;
    }
    .about-sect .title h2{
        padding-left: 35px;
    }
    .news-sect .title h2 {
        padding-left: 40px;
    }
}