.banner-wrap {
  position: relative;
  margin-bottom: 0;
  min-height: 400px;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding-top: 160px;
  background-color:#1e223b;
  background-position: center center;
}

.banner-wrap .content-wrapper {
  padding: 0px 5px;
}

.banner-wrap h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 1px rgb(18 11 44);
  opacity: 0.7;
  font-size: 63px;
}

.banner-wrap h4 {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
  line-height: 26px;
}

.banner-wrap .content {
  display: flex;
  flex-direction: column;
}

@media(max-width:767px){

  .banner-wrap h1 {
    font-size: 36px;
  }
}