.footer {
    background-color: #202124 !important;
    color: #ffffff;
    font-family: 'Nunito Sans';
    font-style: normal;
}

.footer-title {
    font-weight: bold;
}

.footer-content {
    font-weight: normal;
}

.footer-contact {
    font-weight: normal;
}

@media screen and (min-width: 1024px) {
    .footer {
        background-color: #202124 !important;
        color: #ffffff;
        font-family: 'Nunito Sans';
        font-style: normal;
        padding: 32px 0 54px 0;
    }
    .footer-title {
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.5px;
        margin: 32px 0 0 0;
    }
    .footer-content {
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .footer-contact {
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 0.5px;
        margin: 24px 0 0 -12px;
    }
    .contact-info {
        margin: 8px 0;
    }
    .footer-social {
        margin: 36px 0 0 12px;
    }
    .copyright {
        margin: 0 0 0 -16px;
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .footer-brand {
        margin-top: 24px;
    }
    .footer-contact, .footer-social, .footer-title {
        margin: 24px 0;
    }
    .contact-info {
        margin: 10px 0 0 -12px;
    }
    .social {
        padding: 0 0 0 24px;
    }
}