

.header-brand-row :display flex :align-items center :justify-content center .header-brand-row h1{
    margin: 0;
}

.header-brand-row :display flex :align-items center :justify-content center #header #logo{
    color: #a7810a;
    border-bottom: none;
}

.header-brand-row :display flex :align-items center :justify-content center #header #logo em{
    color: #a7810a;
}

.header-brand-row :display flex :align-items center :justify-content center .header-side-logo{
    margin-left: auto;
    margin-right: 2rem;
    height: 72px;
    display: block;
    width: auto;
    max-height: 72px;
    max-width: 220px;
}