.banner {
  width: 100%;
  position: relative;
}
.banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 35%);
}

.banner .page-title_has_img_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  padding-top: 170px;
  background-color: rgb(103 49 215);
  height: 368px;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}

.banner .page-title__inner {
  display: flex;
  vertical-align: middle;
  height: 100%;
}

.banner .page-title__inner .page-center {
  display: flex;
  vertical-align: middle;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  width: 1170px;
  max-width: 100%;
  align-items: center;
}

.banner .page-title__inner:before, .banner .page-title__inner:after {
  display: table-cell; 
  content: "";
}

.banner .title__content {
  text-align: center;
  width: 100%;
  display: block;
  z-index: 1;
  vertical-align: middle;
}

.banner .title__content h1 {
  color: #FFFFFF;
  line-height: 1.2;
  font-size: 40px;
  margin: 0;
}
 

@media (max-width:767px) {
  .banner .page-title_has_img_bg {
    padding-right: 0;
    padding-left: 0;
    height: 308px;
  }

}

