
@media only screen and (max-width: 768px) {

    .content_image_wrapper .absolute-center {
        width: 80% !important;
        text-align: center !important;
    }

    .content_image_wrapper .pt-5 {
        padding-top: 20px !important;
    }

    .content_image_wrapper .mb-5 {
        margin-bottom: 20px !important;
    }
}