@import url("./partials/banner-section.css");
@import url("./partials/featured-insights.css");




/*-- media css starts here --*/
@media only screen and (min-width: 768px){
    .hero-banner-section{height: 560px;}
    .banner-center .hero-banner-main{padding-bottom: 78px;}
    .hero-banner-text h1{margin-bottom: 12px;}
    .featured-insights-main{padding-top: 0; padding-bottom: 150px; margin-top: -54px;}
    .insights-title h2{color: #fff;}
}
@media only screen and (max-width: 767px) and (min-width: 200px){
    .hero-banner-section{height: 480px;}
}