@import "../../Default/css/styles.css";

.header__brand {
    z-index: 1;
    background: url("../images/logo.png") no-repeat center;
    background-size: contain;
    width: 168px;
    margin-top: 1rem;
    @media (max-width: 1279px) {
        min-height: 32px;
    }
}