@media screen and (max-width: 749px) {
    .image-with-text__text p{
        font-size: 18px;
    }
    .image-with-text__content h2 {
        font-size: 30px;
    }
}

