.home_bnr {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.home_bnr .hb_ovrly {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000;
  opacity: 0.4;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.home_bnr .hb_pad {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 600px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: center;
  justify-content: center;
}

.hb_contn {
  max-width: 1000px;
}

.home_bnr h1 {
  margin: auto;
  font-size: 60px;
  color: #fff;
  padding-bottom: 30px;
  text-align: center;
}

.hb_desc {
    text-align: center;
}

.hb_btn a {
  color: #fff;
  font-size: 18px;
}

.hb_btn:hover {
  background-color: #262d43;
}

a.cta_button {
  background-color: #3b4668;
  color: #fff;
  padding: 12px 30px;
  line-height: 1.7em;
  border-radius: 3px;
}

a.cta_button:hover {
  background-color: #262d43;
}

@media screen and (max-width: 767px) {
  .home_bnr h1 {
    font-size: 48px;
}