.module-image-text--wrapper .row.reverse{flex-direction: row-reverse;}
.module-image-text--wrapper .image-wrapper{position:relative;}
.module-image-text--wrapper .image-wrapper:before, .module-image-text--wrapper .image-wrapper:after{content: '';position: absolute;width: 100%;height: 100%;top: 0;}
.module-image-text--wrapper .image-wrapper:before{background: var(--gradient-secondary-linear);}
.module-image-text--wrapper .image-wrapper:after{left: 0;background: var(--gradient-primary-linear);height: 100px;}
.module-image-text--wrapper .image-wrapper img{display:block;width:100%; object-fit:contain;height:auto}
@media (max-width: 767px) {
  .module-image-text--wrapper .row {flex-direction: column-reverse!important;}
  .module-image-text--wrapper .image-wrapper {order: 1;margin-bottom:30px;}
}

/*------------Css for self serve--------------*/
body.ip3-edit .module-image-text--wrapper .image-wrapper:before, body.ip3-edit .module-image-text--wrapper .image-wrapper:after{content: none;}