footer {
    border-top: 1px solid #454545;
}

footer .footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

footer .footer-wrapper .footer-logo {}

footer .footer-wrapper .footer-logo a {}

footer .footer-wrapper .footer-logo a img {
    height: 45px;
    width: 220px;
    object-fit: contain;
}

@media screen and (max-width: 991px) {
    footer .footer-wrapper .footer-logo a img {
        width: 180px;
    }
}