li{
    list-style: none;
}
body,ul{
    margin: unset;
    padding: unset;
}
.w-100{
    width: 100%;
}
.newlauching-rule{
    margin: 10px 0;
}
.shops-list-content ul{
    display: grid;
    grid-template-columns: 13% 13% 13% 20% 20% 21%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}
.shops-list-content ul li{
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}
.shops-list-content ul:last-child{
    border-bottom: 1px solid #000;
}
.shops-list-content ul li:nth-child(6n){
    border-right: 1px solid #000;
}
.list-title{
    background: #31316f;
    color: #fff;
}
.list-title li,.list-content li{
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    padding: 10px 0;
}