/* Author: Bootstrapthemes */

/* Portrait tablets and medium desktops */
@media (max-width: 1199px) {
    body {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .main_blog_content .single_blog_area .single_blog_text {
        padding: 55px 15px 55px 25px;
    }
}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
    html {
        font-size: 95%;
    }
    .main_blog_content .single_blog_area .single_blog_text h3 {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
    html {
        font-size: 95%;
    }
    .main_blog_content .single_blog_area .single_blog_text h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .single_study_text {
        padding: 6% 15%;
    }
}

/* Landscape phones and smaller */
@media (max-width: 479px) {
    html {
        font-size: 85%;
    }
    .main_blog_content .single_blog_area .single_blog_text h3 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .single_study_text {
        padding: 8% 10%;
    }
}

/* Very small screens */
@media (max-width: 320px) {
    html {
        font-size: 80%;
    }
    .main_blog_content .single_blog_area .single_blog_text h3 {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
}
