@media only screen and (max-width: 767px) {
    .widget-infomation ul.infomation-footer li i.fa {
        float: right;
    }

    .footer-logo-right {
        text-align: center;
    }
    .footer-logo-right img {
        margin-bottom: 10px;
    }
    .footer-logo-left {
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    #footer p {
    font-size: 14px !important;
    text-align: center;
    }

    .widget-box {
    padding: 20px 0 20px;
}

}