.custom-banner-wrapper {
  min-height: 420px;
  padding: 0 135px 67px;
  background: linear-gradient(135deg,rgba(65, 64, 153, 1) 35%,rgba(68, 199, 238, 1) 180%);
  position: relative;
  z-index: 15;
  display: block;
  width: 100%;
}

.custom-banner-wrapper .page-center {
  max-width: 1440px;
}

.custom-banner-wrapper .banner_text {
  padding-top: 173px;
  margin: 0 0 50px;
}

.custom-banner-wrapper .banner_text .inner-text-wrap h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  margin: 0;
}

.custom-banner-wrapper .banner_text .inner-text-wrap h2 span {
  display: block;
  padding-left: 50px;
}

.img-banner.custom-banner-wrapper .banner-wrap{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.img-banner.custom-banner-wrapper .page-center{
  max-width: 100%;
}
.img-banner.custom-banner-wrapper{
  padding-right: 0;
}
.img-banner.custom-banner-wrapper .banner-wrap .image-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.img-banner.custom-banner-wrapper .banner-wrap .image-sec img {
  height: 500px;
  width: 54.9vw;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-banner.custom-banner-wrapper .banner-wrap .image-sec img {
  display: block;
}
.custom-banner-wrapper .banner-wrap .image-sec img {
  display: none;
}

@media (max-width: 1024px){
  .custom-banner-wrapper .banner_text {
	 margin: 0 0 50px;
  }
}

@media (max-width: 767px){
  .custom-banner-wrapper {
	 min-height: 393px;
	 padding: 0 20px 50px;
  }

  .custom-banner-wrapper .banner_text {
	 padding-top: 93px;
  }
  .custom-banner-wrapper .banner_text .inner-text-wrap h2 {
	 font-size: 40px;!;!importan;
	 line-height: 40px;
  }
}

@media (max-width: 479px){
  .custom-banner-wrapper{
	 display: flex;
	 align-items: center;
	 justify-content: center;
  }
  .custom-banner-wrapper .banner_text .inner-text-wrap h2 span {
	 padding: 0;
  }

  .custom-banner-wrapper .banner_text .inner-text-wrap h2 {
	 text-align: center;
  }
}