.wbnr_mdl .wbnr_ttl {
  width: 200px;
  padding: 10px 20px;
  border-radius: 50px;
  color: #000;
  font-weight: 600;
  text-align: center;
  letter-spacing: .5px;
  position: static;
  display: block;
  margin-bottom: 33px;
  border: 1px solid #000;
  background-color: transparent;
  text-transform: uppercase;
}
.wbnr_mdl .wbnr_hdng{
  margin-top: 20px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-bottom: 21px;
  font-family: Barlow,sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
}
.wbnr_mdl .wbnr_img{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 381px;
  margin-bottom: 25px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wbnr_mdl .wbnr_cntnt {
  margin-top: 20px;
}
.wbnr_mdl .wbnr_cntnt:before, .wbnr_mdl .wbnr_cntnt:after{
  content: '';
  display: table;
}
.wbnr_mdl .wbnr_cntnt:after{
  clear: both;
}
.wbnr_mdl .wbnr_cntnt p {
  margin-top: 0;
  font-family: proxima-nova,sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.wbnr_mdl .wbnr_cntnt ol, .wbnr_mdl .wbnr_cntnt ul {
  overflow: hidden;
}
.wbnr_mdl .wbnr_cntnt ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  color: #15113b;
  font-size: 16px;
  line-height: 26px;
}
.wbnr_mdl .wbnr_cntnt li {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: proxima-nova,sans-serif;
}
.wbnr_mdl .wbnr_cntnt h2{
  font-family: Barlow,sans-serif;
  color: #002e61;
  line-height: 38px;
  font-weight: 600;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .wbnr_mdl .wbnr_hdng{
    font-size: 5vw;
    line-height: 6vw;
  }
  .wbnr_mdl .wbnr_cntnt h2{
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .wbnr_mdl .wbnr_hdng{
    font-size: 6vw;
    line-height: 6vw;
    text-align: center;
  }
  .wbnr_mdl .wbnr_cntnt h2{
    margin-bottom: 20px;
    text-align: left;
  }
  .wbnr_mdl .wbnr_img {
    height: auto;
    min-height: 150px;
    width: 100%;
    background-size: contain;
    background-position: center center;
  }
}

@media screen and (max-width: 479px) {
  .wbnr_mdl .wbnr_ttl {
    display: inline-block;
    width: auto;
    font-size: 3vw;
    line-height: 4vw;
  }
  .wbnr_mdl .wbnr_hdng{
    line-height: 7vw;
  }
  .wbnr_mdl .wbnr_cntnt
