.about-sect  .title span,
.news-sect .title  span,
.products-sect .title span,
.service-sect .title span{
    display: none;
}
.about-sect .title h2{
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-size: 60px;
    color: #B32A2A;
    line-height: 1.2;
    width: 260px;
    display: block;
    margin: 0 auto;
}
.news-sect .title h2,
.products-sect .title h2 {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-size: 36px;
    color: #B32A2A;
}
.service-sect .title h2 {
    color: #fff;
    font-family: 'Roboto Condensed', serif;
    font-size: 36px;
    display: block;
}
.about-sect .txt-box .index-about-editor .editor {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    color: #6C6C6C;
    position: relative;
    line-height: 1.75;
}
.index-service .list-name {
    font-size: 18px;
}
@media screen and (max-width: 1000px) {
    .service-sect .title h2, 
    .news-sect .title h2, 
    .products-sect .title h2, 
    .album-sect .title h2, 
    .articles-sect .title h2 {
        font-size: 28px;
    }
    .about-sect .txt-box .index-about-editor .editor {
        -webkit-line-clamp: inherit;
    }
}