.custom-image-text .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__content {
  padding-right: 0;
}
.custom-image-text .image-with-text__grid--reverse .image-with-text__content {
  padding-left: 0;
}
@media screen and (max-width: 749px) {
  .custom-image-text .image-with-text__grid--reverse .image-with-text__content {
    padding-right: 0;    
  }
  .custom-image-text .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__content {
    padding-left: 0;
  }
}