.footer-credit {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.footer-credit li::after {
    content: " | ";
    margin: 0 9px;
}

.footer-credit li:last-child::after {
    content: "";
    margin: 0px;
}

.footer-v8 .footer {
    padding: 15px 2em 15px;
    background: #fff;
}

@media (max-width: 768px) {
    .footer-v8 .footer .footer-container {
        text-align: center;
        flex-direction: column;
    }
    .footer-v8 .footer .footer-container span {
        margin: 0;
    }
}
.footer-v8 .footer h2 {
    color: #042330;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.footer-v8 .footer h2:after {
    content: unset;
}
