/* Add here all your CSS customizations */
@media(max-width: 575px) {
    .header-logo img {
        width: 150px;
        height: auto;
    }
}
