

.news-sect .title h2{
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-size: 36px;
    color: #B32A2A;
}

.products-sect .title h2{
    color: #B32A2A;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
}

.service-sect .title h2{
    color: #fff;
    font-family: 'Roboto Condensed', serif;
    font-size: 36px;
    display: block;
}

.album-sect .title h2{
    color: #000000;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
}

.news-sect .title span , .products-sect .title span, .service-sect .title span , .album-sect .title span , .title span{
    display: none;
}
@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;
    }
}