.banner_area {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.banner_area_inner {
  display: flex;
  align-items: center;
  min-height: 31.25rem;
}
.banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(90deg,#305186,transparent);
}
.banner_img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.banner_img_inner {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner_img_padding{
  width: 100%;
  padding-bottom: 31.000000000000004%;
}
.banner_img_inner img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  transition: opacity 500ms ease 0s;
}
.banner-content {
  position: relative;
}
.banner-content-inner{
  position: relative;
  z-index: 2;
}
.banner-content h1{
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: 0;
}
.banner-content h1:after{
  content: "";
  width: 3.75rem;
  border-bottom: 5px solid #68c1e8;
  margin: .625rem auto 0;
  display: block;
}
.banner-content p{
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  position: relative;
  margin-bottom: 1.25rem;
  margin-top: 0;
  font-family: Poppins,sans-serif;
  font-weight: 400;
}


@media (min-width: 48rem) {
  .banner_area_inner{
    min-height: 37.0625rem;
  }
  .banner-content-inner{
    width: 55%;
    padding-left: 3.125rem;
  }
  .banner-content h1, .banner-content p{
    text-align: start;
  }
  .banner-content h1:after{
    margin-left: 0;
  }
}

@media (min-width: 75rem){
  .banner-content-inner{
    width: 48%;
    padding-left: 0;
  }
  .banner-content p{
    width: 28.125rem;
  }
}
