footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #333333;
    color: white;
    font-size: 12px;
    height: 61px;
    box-sizing: border-box;

    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px !important;
}

footer .safety_first,
footer .copyright {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer .safety_first img {
    display: block;
    height: 30px;
    width: auto;
}

footer .copyright {
    text-align: right;
    line-height: 1;
}

@media (max-width: 767px) {
    footer {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        height: auto !important;
        padding: 12px 20px !important;
        gap: 6px !important;
        box-sizing: border-box !important;
    }

    footer .safety_first,
    footer .copyright {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
    }

    footer .safety_first img {
        height: 22px !important;
        margin: 0 auto !important;
    }

    footer .copyright {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }
}
