footer {
    min-height: 200px;
    background: var(--brand-color-2) center center no-repeat;
    background-size: cover;

    margin: 0 var(--site-margin-horizontal);
    color: hsl(0, 0%, 95%);

    padding: 30px 5vw 40px 5vw;

    border-radius: 0.5rem;
    border: var(--border-card);
    box-shadow: var(--shadow);
}

footer .container {
    width: 100%;
}

footer .col {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .col .col-content {
    text-align: left;
}

footer .container>.row {
    align-items: flex-start !important;
}

footer p {
    margin: 0.3rem 0;
}

footer p.footer-section-title {
    font-weight: 700;
    font-size: 1.05rem;
    color: hsl(0, 0%, 95%);
    margin-top: 0;
    margin-bottom: 0.6rem;
}

footer a {
    color: hsl(0, 0%, 90%);
}

footer a:hover {
    color: hsl(0, 0%, 100%);
}

.footer-section-title::after {
    display: block;
    content: '';
    width: 3rem;
    height: .1250rem;
    margin: 0.25rem 0;
    background: var(--accent-color);
}

footer .divider {
    color: hsl(0, 0%, 90%);
}

footer .divider::before,
footer .divider::after {
    border-bottom: 0.075rem solid hsl(0, 0%, 90%);
}