@media screen and (min-width: 993px) {}

@media screen and (min-width: 1155px) {}

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

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

@media screen and (max-width: 768px) {
    .bh-sl-container {
        padding: 0;
    }
    .store-list .list .item:nth-child(4n+4), .store-list .list .item {
        flex: 0 0 100%;
        max-width: calc(100% / 3 - 25px * 2 / 3);
        margin: 0 25px 40px 0;
    }
    .store-list .list .item:nth-child(3n+3) {
        margin-right: 0;
    }
}

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

@media screen and (max-width: 500px) {
    .store-list .list .item:nth-child(4n+4), .store-list .list .item:nth-child(3n+3), .store-list .list .item {
        flex: 0 0 100%;
        max-width: calc(100% / 2 - 25px * 1 / 2);
        margin: 0 25px 40px 0;
    }
    .store-list .list .item:nth-child(2n+2) {
        margin-right: 0;
    }
}

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

@media screen and (max-width: 345px) {
    .store-list .list .item {
        flex: 0 0 100%;
        max-width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
}