.rules__cell:not(:nth-child(3)) {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
margin: 15px 0px;

}

.rules__cell:nth-child(3) {
     -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
margin: 15px 0px;

}

.members__cell:not(:nth-child(3)) {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
margin: 15px 0px;

}

.members__cell:nth-child(3) {
     -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
margin: 15px 0px;

}
.bul__cell:not(:nth-child(3)) {
    -ms-flex-preferred-size: calc(25% - 15px);
    flex-basis: calc(25% - 15px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
margin: 15px 0px;
}

.bul__cell:nth-child(3) {
     -ms-flex-preferred-size: calc(25% - 15px);
    flex-basis: calc(25% - 15px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
margin: 15px 0px;

}

.members__cell {
    margin-top: 30px ;
}
.bul__cell {
    margin-top: 30px ;
}
.rules__cell {
    margin-top: 30px ;
}

.location-page {
    margin-top: 45px;
    margin-bottom: 30px;
    background-color: #e5e5e5;
    border-radius: 0px 0px 15px 15px;
}
.news-lead {
    background: #bfe0d3cc !important;
}

.bul_item {
    background: white !important;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    /* border: 1px solid #bdbdbd6e; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 23%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.member_icon{
    width: 50px;
}
.legal__title {
    align-items: center;
    display: flex;
}

.title_box_member {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px #bdbdbd solid;
    margin-bottom: 21px;
}

.member_item {
    background: white !important;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    /* border: 1px solid #bdbdbd6e; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    /* margin: auto; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member_item ul{
margin-right:15px;
}

ul.breadcrumb {
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0;
    padding: 10px 0px !important ;
}

.content-wrapper {
    padding: 25px;
    background-color: #cae9dc63;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.location-page {
    margin-top: 45px;
    margin-bottom: 30px;
    background-color: #e5e5e5;
    border-radius: 0px 0px 15px 15px;
    /* box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px; */
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.bul_item img{
    width: 40px;

}
.member_item img{
    width: 40px;

}

.member_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.legal_item {
    background: white !important;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    /* border: 1px solid #bdbdbd6e; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 49%;
    margin: auto;
    margin-bottom: 10px;
    /* margin: auto; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


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

.member_item {
    font-size: 12px;
}

.legal__icon {
    max-width: 30px;
}
}
