@media only screen and (max-width: 768px) {
    #site_footer .cz_middle_footer .row.clr {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 28px;
        padding: 0 20px;
    }

    #site_footer .sidebar_footer-1,
    #site_footer .sidebar_footer-2,
    #site_footer .sidebar_footer-3,
    #site_footer .sidebar_footer-4,
    #site_footer .sidebar_footer-5 {
        width: 100%;
        max-width: 320px;
        float: none;
        margin: 0;
    }

    #site_footer .sidebar_footer-3.hide_on_mobile {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    #site_footer .cz_middle_footer h4,
    #site_footer .cz_middle_footer .widget-title {
        font-size: 16px;
        font-weight: 700;
        color: #19063D;
        margin-bottom: 14px;
    }

    #site_footer .cz_middle_footer a {
        font-size: 14.5px;
        line-height: 2.1;
        color: rgba(25, 6, 61, 0.85);
        display: block;
    }

    #site_footer .cz_middle_footer a:hover {
        color: #05575e;
    }

    .footer_2 {
        padding: 18px 16px;
        text-align: center;
        font-size: 13px;
        border-top-width: 1px;
    }
}

@media only screen and (max-width: 480px) {
    #site_footer .cz_middle_footer .row.clr {
        gap: 22px;
        padding: 0 14px;
    }

    #site_footer .cz_middle_footer a {
        font-size: 13.5px;
        line-height: 2;
    }

    #site_footer .cz_middle_footer h4,
    #site_footer .cz_middle_footer .widget-title {
        font-size: 15px;
    }
}
