.full-width-background-image-and-content {
  padding: 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  overflow: hidden;
}

.full-width-background-image-and-content .wrap {
  display: flex;
  flex-direction: column;
}

.full-width-background-image-and-content .inner-wrap {
  width: 100%;
  display: flex;
}

.full-width-background-image-and-content.img-right .wrap .inner-wrap:nth-child(odd) {
  flex-direction: row-reverse;
}

.full-width-background-image-and-content.img-left .wrap .inner-wrap:nth-child(even) {
  flex-direction: row-reverse;
}

.full-width-background-image-and-content .inner-wrap .image-content-wrap {
  min-height: 300px;
  width: 100%;
  max-width: 50%;
}

.full-width-background-image-and-content .inner-wrap .contents-wrap {
  width: 100%;
  max-width: 50%;
  display: flex;
  align-items: center;  
  padding: 100px 120px;
  position: relative;
}

.full-width-background-image-and-content.img-right .wrap .inner-wrap:nth-child(odd) .contents-wrap{
  justify-content: flex-end;
}

.full-width-background-image-and-content.img-left .wrap .inner-wrap:nth-child(even) .contents-wrap{
  justify-content: flex-end;
}

.full-width-background-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap {
  width: 100%;
  max-width: 480px;
}

.full-width-background-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .details-wrapper {
  margin-top: 24px;
}

.full-width-background-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap > h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  line-height: 60px;
}
.full-width-background-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .wysiwyg-content h2,
.full-width-background-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .wysiwyg-content h3,
.full-width-background-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .wysiwyg-content h4,
.full-width-background-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .wysiwyg-content h5,
.full-width-background-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .wysiwyg-content h6 {
  color: #fff;
}
.full-width-background-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .wysiwyg-content *:not(h1,h2,h3,h4,h5,h6) {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.full-width-background-image-and-content .inner-wrap .image-inner-wrap {
  height: 100%;
  background-size: cover;
}
.full-width-background-image-and-content a {
  font-size: inherit;
  line-height: inherit;
  color: inherit !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 1279px) {
  .full-width-background-image-and-content {
    padding: 0px;
  }
  .full-width-background-image-and-content .wrap {
    gap:0;
  }
  .full-width-background-image-and-content .wrap .inner-wrap {
    flex-direction: column !important;
    gap: 0px;
  }
  .full-width-background-image-and-content .inner-wrap .contents-wrap {
    max-width: 100%;
    padding: 40px 20px;
/*     box-shadow: 0px 0px 70px 95px #F0F1F8; */
	  box-shadow: unset;
    background: #797D6E;
  }
  .full-width-background-image-and-content .inner-wrap .image-content-wrap {
    max-width: 100%;
    display: flex;
  }
  .full-width-background-image-and-content .inner-wrap .image-inner-wrap {
    background: unset !important;
  }
  .full-width-background-image-and-content .inner-wrap img {
    width: 100%;
    object-fit: cover;
    display: block;
  }
  .full-width-background-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap {
    max-width: 100%;
  }
	
}

@media screen and (max-width: 767px) {
  .full-width-background-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap > h2 {
	  font-size: 30px;
    font-weight: 500;
    line-height: 38px;
	}
  .full-width-background-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .details-wrapper {
    margin-top: 16px;
  }
  .full-width-background-image-and-content .inner-wrap .contents-wrap .contents-inner-wrap .wysiwyg-content *:not(h1,h2,h3,h4,h5,h6) {
    font-size: 18px;
    line-height: 26px;
  }
  .full-width-background-image-and-content .inner-wrap .contents-wrap {
    padding: 32px 20px;
  }
  .full-width-background-image-and-content .inner-wrap img {
    object-fit: contain;
  }
  .full-width-background-image-and-content .inner-wrap .image-content-wrap {
    min-height: unset;
  }
}