I used the following code to align the text in image with text with the image above.
.image-with-text__grid--reverse .image-with-text__content--desktop-left {
padding-left: 0px;
}
Though this now makes it look off on phone view.
how can i make it alligned on phone too so it doesnt look weird like that?