/* ===============================
   FOOTER
=============================== */
.footer-wrapper {
    display: flex;
    justify-content: center;
    padding: 12px 0 20px;
}

footer {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-size: 13px;
    color: #7a7392;
}

footer::before {
    display: none;
    content: none;
}