@media only screen and (max-width: 767px) {

    /* Footer */
    #footer .col,
    #footer .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .col-2.fix-col-2-mobile {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }

    #footer .mb-5 {
        margin-bottom: 0 !important;
    }

    footer#footer i {
        margin-right: 5px !important;
    }

    footer#footer .our-motto i {
        margin-right: 25px !important;
    }

    #footer-copyright .col {
        display: block;
        width: 100%;
        flex-basis: inherit;
        text-align: left !important;
        margin-bottom: 15px;
    }
}