#footer a:hover{
    opacity: 0.7;
}
#footer .footer-left {
    height: max-content;
}


#footer .footer-right div {
    max-width: max-content;

}

#footer .footer-right {
    justify-content: space-between;
}

@media (max-width: 1145px) {
    #footer_right_box_3 {
        max-width: 112px !important;
    }
}

@media (max-width: 900px) {
    #footer_right_box_1 {
        max-width: 115px !important;
    }
}


@media (max-width: 767px) {
    #footer_right_box_1 , #footer_right_box_3 {
        max-width: max-content !important;
    }
}