/*--------------------------------------- blog_header_Section ----------------------------*/
.blog_header_Section{
    background-image: url(../img/blog_header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 ;
    @media screen and (min-width:1280px) {
        padding: 130px 0;
    }
    @media screen and (min-width:1440px) {
        padding: 150px 0;
    }
}
.blog_header_Section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}
.blog_header_Section .blog_header h2{
    font-size: 40px;
    font-weight: bold !important;
    font-family: 'Libre Baskerville', serif;
    color: #274c5b;
    margin: 20px 0;
    @media screen and (min-width:1280px) {
        font-size: 45px;
    }
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
}