@media only screen and (max-width:912px) {
    
    .image-image {
        width: 100%;
        margin-top: 40px;
    }

    .text-res-center {
        text-align: -webkit-center;
        margin-top: 30px;
    }

    .row-rever {
        flex-direction: column-reverse;
    }

}