@media (max-width: 991px) {
    .col-lg-5 {
        display: block !important;
        width: 100% !important;
    }

    .col-lg-5 img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }
}