/* Custom CSS Overrides for Saasline */

/* Header Logo Sizes */
.header__logo-2 img {
    max-width: 57px;
}

@media only screen and (min-width: 768px) {
    .header__logo-2 img {
        max-width: 63px;
    }
}
