@media screen and (max-width: 768px) {
    .image-and-text-section .container .row{
        flex-direction: column-reverse;
    }

}