/* ========================================
   FOOTER
======================================== */

footer {
    background: #112e1e;

    color: rgba(255,255,255,0.7);

    padding: 28px 0;

    font-size: 0.85rem;
}


.footer-inner {
    display: flex;

    justify-content: space-between;

    gap: 20px;

    flex-wrap: wrap;
}