@media screen and (min-device-width: 1px) and (max-device-width: 500px) {
    .flex-box-3i>* {
        /* width: calc(100% / 3); */
        width: 100% !important;
    }
    .mobile-footer-contact-form {
        margin-top: 12px;
    }
    .footer-links1 {
        margin-left: 14px !important;
    }
    .footer-links {
        margin-left: 13px !important;
        margin-top: 10px;
    }
    .footer-ul {
        display: flex;
        flex-direction: column;
    }
    .mobile-page-heading {
        font-size: 3.2rem !important;
        text-align: center;
    }
}