.secondary-banner-section{background: linear-gradient(180deg, #63B5D8 0%, #00607f 100%);}
.secondary-banner-text{color: #fff;}


/*-- media css starts here --*/
@media only screen and (min-width: 768px){
    .secondary-banner-section{min-height: 507px; }
    .secondary-banner-main{padding-top: 202px; padding-bottom: 140px; max-width: 895px; margin: 0 auto;}
    .secondary-banner-text{font-size: 20px; line-height: 28px; color: #fff;}
    .secondary-banner-text h1 {font-size: 44px; line-height: 52px; margin: 0 0 14px; }
}
@media only screen and (max-width: 767px) and (min-width: 200px){
    .secondary-banner-section{min-height: 507px; }
    .secondary-banner-main{padding-top: 184px; padding-bottom: 146px;}
    .secondary-banner-text h1 {margin: 0 0 16px; font-size: 32px; line-height: 40px; letter-spacing: normal; } 
}