footer {
    background-color: var(--primary-black);
    padding: 5rem 0;
    color: #fff;
}

footer .left {
    padding-right: 5rem;
}

footer .left p {
    margin-top: 2rem;
    font-size: 16px;
    line-height: 28px;
}

footer .right a,
footer .right p,
footer a {
    text-decoration: none;
    color: #fff;
    display: block;
    margin-top: 1.5rem;
    font-size: 16px;
}

footer .right a:hover,
footer a:hover {
    color: #fff;
    text-decoration: underline;
}




@media (max-width: 992px) {
    footer .right h3 {
        margin-top: 2rem;
    }
}
