.title span{
    display:none;
}
.title h2{
     color: #0B2634;
    font-size: 80px;
    font-weight: bold;
    line-height: 73px;
    display: inline;
    font-family: 'Roboto Condensed', sans-serif;
}

.about-sect .title h2{
    color: #BF9A68;
    font-size: 80px;
    font-weight: bold;
    line-height: 73px;
    display: inline;
    font-family: 'Roboto Condensed', sans-serif;
    top: 0;
    right: 0;
    position: relative;
}

.about-sect .title span{
    display:none;
}

@media screen and (max-width: 1000px){
    .title h2{
        font-size: 40px;
    }
    .about-sect .title h2{
        font-size: 40px;
    }
}