.bannerBlock{
  background-color:#002D6B;
  padding:80px;
  text-align: center;
}

.bannerBlock h2{
  color:#fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom:24px;
}

.bannerBlock p{
  color:#fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.banner-fluid{
  padding-top:80px;
  padding-bottom:80px;
}

.banner-full{
  padding-top:0px !important;
  padding-bottom:0px !important;
}

.copyWrapper{
  max-width:760px;
  margin:0px auto;
}

.bannerCTA{
  font-size:16px !important;
  margin-top:20px;
}


@media screen and (max-width:767px){
  .bannerBlock{
    padding:20px;
  }
  .bannerBlock h2{
    font-size: 36px;
    margin-top:20px;
  }
  .banner-fluid{
    padding-top:30px;
    padding-bottom:30px;
  }
}
