.nova-image-with-text .heading-white {
    color: var(--color-white);
}

.nova-image-with-text .caption-red {
    color: var(--color-red-crc);
}

@media screen and (max-width: 749px) {
    .nova-image-with-text .image-with-text__content {
        padding: 4rem 0 5rem;
    }
}