
body[class*="home"] .secondary-article-big__content .secondary-article-big__title,
body[class*="home"] .tabs-section .tabs-big-article .tabs-big-article__title {
    font-size: 24px;
    line-height: 26px;
}

body[class*="home"] .extra-home-title,
.index__medium-article.mosaico-3 .index__medium-article__title {
    font-weight: 600;
}

body[class*="home"] .index__small-article-mobile .secondary-article-small__title{
    line-height: 22px;
    font-size: 20px;
    font-weight: 600;
}

/* MOBILE */
@media screen and (max-width: 480px) {

body[class*="home"] .index__small-article-mobile .secondary-article-small__title{
    line-height: 22px;
    font-size: 20px;
    font-weight: 600;
}

}

.most-read__mr-article__title{
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 600;
}

/* MOBILE */
@media screen and (max-width: 480px) {
    .most-read__mr-article__title{
        font-size: 20px !important;
        line-height: 22px !important;
        font-weight: 600 !important;
    }
}

/* TABLET PORTRAIT */
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
    .most-read__mr-article__title{
        font-size: 20px !important;
        line-height: 22px !important;
        font-weight: 600 !important;
    }
}

/* TABLET LANDSCAPE */
@media screen and (min-width: 1024px) and (max-width: 1279.9px) {
    .most-read__mr-article__title{
        font-size: 20px !important;
        line-height: 22px !important;
        font-weight: 600 !important;
    }
}


body[class*="home"] .more-news-article .more-news-article__title {
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: 500;
}

/* MOBILE */
@media screen and (max-width: 480px) {

    body[class*="home"] .more-news-article .more-news-article__title {
        font-size: 20px !important;
        line-height: 22px !important;
        font-weight: 600;
    }
}

/* TABLET PORTRAIT */
@media screen and (min-width: 768px) and (max-width: 1023.9px) {

    body[class*="home"] .more-news-article .more-news-article__title {
        font-size: 20px !important;
        line-height: 22px !important;
        font-weight: 600;
    }
}

/* TABLET LANDSCAPE */
@media screen and (min-width: 1024px) and (max-width: 1279.9px) {

    body[class*="home"] .more-news-article .more-news-article__title {
        font-size: 20px !important;
        line-height: 22px !important;
        font-weight: 600;
    }

}



@media screen and (min-width: 768px) {

    body[class*="home"] .main-articles-section .index__medium-article .index__medium-article__title{
        font-size: 24px;
        line-height: 26px;
    }

    body[class*="home"] .main-articles-section .side-articles .side-articles__inner .index__wide-article-tablet .secondary-article-small__title,
    body[class*="home"] .main-articles-section .side-articles .side-articles__inner .index__small-article-tablet .secondary-article-small__title{
        font-size: 20px;
        line-height: 22px;
    }

    
}

/* TABLET LANDSCAPE */
@media screen and (min-width: 1024px) and (max-width: 1279.9px) {

    body[class*="home"] .extra-home-title{
        font-size: 38px !important;
        line-height: 40px !important;
    }

    body[class*="home"] .main-articles-section .index__medium-article .index__medium-article__title{
        font-size: 32px;
        line-height: 34px;
    }
  
}

/* DESKTOP */
@media screen and (min-width: 1280px) {

    body[class*="home"] .main-articles-section .index__medium-article .index__medium-article__title{
        font-size: 32px;
        line-height: 34px;
    }

    body[class*="home"] .extra-home-title{
        font-size: 38px !important;
        line-height: 40px !important;
    }
  
}


@media screen and (min-width: 1280px) {

    body[class*="home"] .main-articles-section .side-articles .side-articles__inner .index__wide-article-tablet .secondary-article-small__title,
    body[class*="home"] .main-articles-section .side-articles .side-articles__inner .index__small-article-tablet .secondary-article-small__title{
        font-weight: 600 !important;
    }

    body[class*="home"] .secondary-article-small .secondary-article-small__title{
        font-size: 22px;
        line-height: 24px;
        font-weight: 600;
    }

    body[class*="home"] .bionic-article .bionic-article__title{
        font-size: 22px;
        height: 78px;
    }

    body[class*="home"] .multimedia__opinion .multimedia__opinion__profiles .opinion-profile .opinion-profile__content .opinion-profile__title{
        font-size: 20px !important;
        height: 110px;
        display: block;
    }


}

