@media (min-width: 280px) and (max-width: 991.98px) { 
    .hero .hero_bg {
      display: none;
    }
    .hero {
        background-color: #772F30;
    }
    .hero .hero_wrapper .hero_img_side .hero_profile img {
        width: 260px;
        height: 260px;
        padding: 10px;
    }
    .hero .hero_wrapper {
        display: list-item;
        list-style: none;
    }
    .hero .hero_wrapper .hero_content_bg {
        height: auto;
        width: 100%;
    }
    .hero .hero_wrapper .hero_content_bg .hero_content {
        padding-top: 20px;
        padding-left: 0px;
    }
    .hero .hero_wrapper .hero_content_bg .hero_Gallery {
        padding-left: 0px;
        padding-top: 30px;
        position: relative;
        bottom: 0px;
        right: -10px;
        width: 100%;
        z-index: 10;
    }
    .hero .hero_wrapper .hero_content_bg .hero_content h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .hero .hero_wrapper .hero_content_bg .hero_content h3 {
        font-size: 18px;
        padding: 0px 0 20px 0;
    }
    .hero .hero_wrapper .hero_img_side .hero_profile {
        width: 100%;
        padding-top: 20px;
    }
    .hero .hero_wrapper .hero_content_bg {
        padding-bottom: 30px;
    }
    .published {
        padding: 40px 0;
    }
    .section_head h4 {
        font-size: 20px;
        line-height: 5px;
    }
    .published .published_wrap {
       width: 290px;
       margin: 0 auto 20px;
    }
    .books .book_wrapper .book_wrap .book_img {
        height: 120px;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .published .published_wrap {
        width: 100%;
        margin: 0 auto 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero .hero_wrapper .hero_img_side .hero_profile img {
        width: 380px;
        height: 380px;
        padding: 15px;
    }
    .hero .hero_wrapper .hero_img_side .hero_profile {
        width: 200px;
    }
    .hero .hero_wrapper .hero_content_bg .hero_content h2 {
        font-size: 32px;
    }
    .published .published_wrap .pub_content h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .published .published_wrap .pub_img {
        height: 180px;
        width: 100%;
    }
    .published .published_wrap {
        height: 365px;
    }
    .books .book_wrapper .book_wrap .book_content h5 {
        font-size: 16px;
        line-height: 21px;
    }
}
