.header__logo-md {
    display: flex;
    justify-content: space-between;

    padding-left: 21px;
    padding-right: 21px;
}

.header__logo-md img {
    height: 124px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    max-width: max-content;
}

@media (max-width: 992px) {
    .header__logo-md {
        display: none !important;
    }

    .header__logo-sm {
        display: flex !important;
    }
}

@media (min-width: 992px) {
    .header__logo-md {
        display: flex !important;
    }

    .header__logo-sm {
        display: none !important;
    }
}

.header__logo-sm {
    display: flex;
    padding: 1rem;
}

.header__logo-sm img {
    height: 98px;
    width: auto;
}

.header__logo-sm .link {
    display: flex;
    flex: none;
}

.header__logo-sm .text {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    padding-left: 28px;
    font-weight: 700;
}

.header__logo-sm .text a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .header__logo-sm .text {
        padding-left: 10px;
        font-size: 1rem;
    }
}

    .header__logo-sm .text__vertical {
    font-size: 1.5rem;
    line-height: .8;
    margin-right: 40px;
    position: relative;
    text-align: center;
}

.header__logo-sm .text__vertical a {
    color: inherit;
    text-decoration: none;
}

.header__logo-sm .text__vertical:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 1px;
    height: 57px;
    background: #ffffff;
}

#header {
    padding-left: 0;
    padding-right: 0;
}
