section.markets {
    margin: 2em 0;
}

section.markets .items {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
}

section.markets .item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 250px;
    flex-grow: 1;
}

@media screen and (max-width: 750px){

}

section.markets .item.wb {
    background-color: #7e30e4;
    background-image: url("/images/logo/logo_wb.jpg");
}

section.markets .item.ozon {
    background-color: #005bff;
    background-image: url("/images/logo/logo_ozon.jpg");
}

section.markets .item.ya {
    background-color: #fed32c;
    background-image: url("/images/logo/logo_yaMarket.jpg");
}
