/* Import ../components Brand Archive Orange Moon */

@import url(../components/brand-card.css);
@import url(../components/brand-archive.css);
@import url(../components/aside-archive.css);
@import url(../components/breadcrumb-header-general.css);

/* Sec Wrap Content Brand Page Orange Moon */

.sec-content-archive {
    margin: 200px auto;
    margin-top: 100px;
}

.brand-page #wrapper {
    height: 100vh;
    overflow: visible;
}

/* All Media Queris Brand Archive Orange Moon */

@media screen and (max-width: 768px) {
    .sec-content-archive {
        margin-top: 0;
        margin-bottom: 100px;
    }
}