
.title span{
    display: none;
}
.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;
}

.about-sect .title span{
    display: none;
}

.about-sect .title h2{
    color: #BF9A68;
    font-size: 80px;
    font-weight: bold;
    line-height: 73px;
    display: inline;
    top: 90px;
}
@media screen and (max-width: 1000px){
    .about-sect .title h2 {
        font-size: 20px;
        position: relative;
        top: 0;
        
        line-height: 28px;
    }

    .title h2{
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .service-sect .title h2 {
        
        line-height: 48px;
    }
}