@media only screen and (max-width: 767px) {
    .footer-image {
        width: 80%;
        margin-left: -1.5rem;
    }
    
    .footer-image img {
        width: 100%;
        margin-top: 1rem;
    }

    .footer-details {
        flex-direction: column;
    }

    .footer-col-1 strong,
    .footer-col-2 strong {
        font-size: 17px;
    }

    .footer-col-1 span,
    .footer-col-2 span {
        font-size: 11.5px;
    }
}