.custom-image-with-text-wrapper {display: flex;flex-wrap: wrap;align-items: center;}
.custom-image-with-text-wrapper.custom-image-with-text__grid--reverse {flex-direction: row-reverse;}
.custom-image-with-text_media-item, 
.custom-image-with-text_text-item {flex: 1;width: 100%;}
.custom-image-with-text_text-item {padding: 20px 0 20px 30px;}
.custom-image-with-text__grid--reverse .custom-image-with-text_text-item {padding: 20px 30px 20px 0;}
.custom-image-with-text__heading {margin-bottom: 10px;}

@media screen and (max-width: 989px) {
    .custom-image-with-text-wrapper,
    .custom-image-with-text-wrapper.custom-image-with-text__grid--reverse {flex-direction: column;}
    .custom-image-with-text_text-item,
    .custom-image-with-text__grid--reverse .custom-image-with-text_text-item {padding: 30px 0 0;}
}