footer p,
footer p a {
    font-size: 14px;
    color: white;
    text-decoration: none !important;
}

footer p {
    margin-bottom: 10px;
}

footer .footer-logo {
    filter: invert(100%);
}

footer .footer-title {
    color: white;
    font-size: 22px;
    clear: both;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.newsletter-section input {
    min-height: 3.2rem;
    padding: 0.85rem 2rem;
}

.newsletter-section {
    position: relative;
}

.newsletter-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    z-index: -2;
    left: 0;
    bottom: 0;
    background-color: #222222;
}

.secondary-footer * {
    font-size: 14px;
}

@media only screen and (max-width:786px) {
    footer * {
        text-align: left;
    }

    footer .footer-title {
        margin-bottom: 10px;
    }

    .newsletter-section .mt-5 {
        margin-top: 0rem !important;
    }

    .newsletter-section h3 {
        font-size: 1.25rem;
    }

    .newsletter-section span.font-90 {
        font-size: 12px;
    }

    .newsletter-section .col-md-6:nth-child(2) {
        margin-top: 10px;
        padding: 0px;
    }

    .secondary-footer .nav.justify-content-between div {
        text-align: center;
        width: 100%;
    }

}
