.title span{
    display: none !important;
}
.title h2{
    position: relative;
    color: #212121;
    font-size: 65px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0;
    font-family: 'Roboto', serif;
}
.about-sect .title h2 {
    color: #fff;
    line-height: 1.5;
    overflow: hidden;
    display: block;
}

.about-sect .title h2 i {
    color: #FFDB3F;
    font-style: unset;
}

.news-sect .title h2,
.service-sect .title h2,
.products-sect .title h2,
.onlyitem-sect .title h2, .masonry-album-sect .title h2 {
    margin-left: inherit;
    padding-bottom: inherit;
    padding-top: inherit;;
    border-bottom: none;
    padding: 0;
}

@media screen and (max-width: 1000px) {
    .title h2{
        font-size: 35px;
    }
    .about-bg-1{
        display: none;
    }
}