.banner-area {
  padding: 80px 0 120px;
  background:url("/template/3d84e4fa/images/banner-bg.jpg") no-repeat;
  background-size: cover;
}

.banner-area .full-content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-area .full-content .text-area{
  max-width: 1200px;
  margin: 0 auto 70px;
}
.banner-area .full-content .image-area{
  position: relative;
}
.banner-area .full-content .image-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: url(/template/3d84e4fa/images/banner-pic-overlay.png) no-repeat;
  height: 767px;
  width: 1560px;
  z-index: 0;
}
.banner-area .full-content .image-area img{
  z-index: 11;
  position: relative;
}
.banner-area .full-content .text-area h1 {
  margin: 0 0 25px;
  padding: 0;
  color: #000;
  text-align: center;
  font-family: Youth;
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 84px;
}
.banner-area .full-content .text-area p{
  color: #000;
  text-align: center;
 font-family: "Inter", sans-serif ;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
