.image-banner-section {
  padding: 104px 0;
}
.image-banner-section .hero-contents {
  max-width: 686px;
  margin: 0 0 0 auto;
  box-shadow: -20px 0 20px #fff;
    background-color: #fff;
}
.image-banner-section .hero-contents h1 {
  margin: 0 0 15px;
}
.image-banner-section .hero-contents p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.image-banner-section.reversed {
	background-position: right center !important;
}
.image-banner-section.reversed .hero-contents {
  margin: 0;
}
@media(max-width: 1024px) {
  .image-banner-section {
    background: #fff !important;
  }
  .image-banner-section .hero-contents {
  	margin: 0;
  }
}

/* @media(max-width: 1270px) {
  .image-banner-section {
    background: #fff !important;
  }
  .image-banner-section .hero-contents {
  	margin: 0;
  } */
}