.about-sect .title span {
    display: none;
}
.news-sect .title span {
    display: none;
}
.service-sect .title span {
    display: none;
}
.service-sect .title span {
    display: none;
}
.about-sect .title h2 {
    color: #BF9B69;
    font-size: 28px;
    /* position: absolute; */
    top: unset;
    right: unset;
    }
.about-sect .title h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #BF9A68;
    font-size: 80px;
    font-weight: bold;
    line-height: 73px;
    display: inline;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}
.news-sect .title h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #0B2634;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    display: block;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}
.service-sect .title h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #BF9A68;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    display: block;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
.about-sect .title h2 {
        position: relative;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 5px;
    }
    .news-sect .title h2 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .service-sect .title h2 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 5px;
    }
}