@media (max-width:768px) {
    .footer_inner_flex {
        justify-content: center !important;
    }
    .footer_logo_wrap {
        text-align: center;
    }
    .footer_number {
        justify-content: center !important;
    }
    .wp-block-navigation__container {
        justify-content: center !important;
        margin-top: 10px !important;
    }
}