#primary {  background-color: #f7fbfc;  } 
.main_content p { line-height: 34px; }
.banner_blog { background-size: cover; background-repeat: no-repeat; padding: 100px; text-align: center; background-position: center center !important;}

.banner_blog h3 { font-size: 50px; font-weight: 700; color: #fff;}

.blog_inner_content { padding: 55px; text-align: justify;}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 599px) {
 .banner_blog { padding: 30px; }   
 .banner_blog h3 { font-size: 35px; }
 .blog_inner_content { padding: 15px; }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .banner_blog { padding: 50px 100px; }
    .banner_blog h3 { font-size: 50px; }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .main_content p { line-height: 340px; }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #main { max-width: 1200px;  }
}
