@charset "utf-8";


.banner_list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.banner_list .each_bn {
    width: calc(25% - 6px);
    margin-bottom: 5px
}

@media all and (max-width: 991px) {
    .banner_list .each_bn {
        width: calc(50% - 4px);
        margin-bottom: 5px
    }
}

