.header-logo {
    height: 8em;
    width: auto;
}

@media (max-width: 768px) {
    .header-logo {
        height: 4em;
    }

    .footer-sm-content {
        width: 75%;
        justify-content: start;
    }
}

@media (max-width: 576px) {
    .footer-xs-content {
        width: 65%;
        justify-content: start;
    }
}
