.image-with-text__media {
    height: 20rem;
}

.image-with-text__content {
    align-items: center;
}

.multirow__inner {
    row-gap: 0rem;
}

@media screen and (min-width: 750px) {
    .multirow__inner {
        row-gap: 4rem;
    }
}