header .navbar-nav {
    justify-content: center;
}

#footer_links .footer_links#menu_account {
    border: 0;
}

#footer_links .footer_links#menu_orders {
    border: 0;
}

img.article__image.b-lazy.b-loaded {
    background-size: cover;
    aspect-ratio: 1 / 1;
    width: 100%;
}

.article__image_wrapper {
    float: none;
    max-width: 40%;
}

.article__item {
    max-width: 25%;
}

@media (max-width: 767px) {
    .article__item {
    max-width: 100%;
}
}

.article__image_wrapper {
    max-width: 100%;
}

@media (min-width: 757px) {
    .article__image_wrapper {
        margin: 10px 0 10px 0; 
    }
}