.archive-3-page-top__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 8px;
    margin: 0 12px 0 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


.archive-3-page-top {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 24px;
}


@media print, screen and (min-width: 64em) {
    .archive-3-page-top__logo {
        margin-bottom: 0;
        margin-right: 24px;
    }
}

@media print, screen and (min-width: 40em) {
    .archive-3-page-top {
        margin-bottom: 40px;
    }
}
