.footer-divider {
    border-top: 1px solid white;
}

.footer-note {
    letter-spacing: 1.3px;
}

.footer-section-1 { width: 40%; }
.footer-section-2 { width: 60%; }

@media only screen and (max-width: 992px) {
    footer a,
    footer p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    /* FOOTER */
    footer a,
    footer p {
        font-size: 14px;
    }

    .footer-section-1 { width: 100%; }
    .footer-section-2 { width: 100%; }
}
