.club_services{
    height: 442px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.club_services:after {
    background: #0f1429 0 0 no-repeat padding-box;
    width:45%;
    position: absolute;
    top:0;
    content:"";
    display:block;
    height: 442px;
    z-index:-1;
    left: 0;
}

.club_services > ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_elem > div > img {
    height: 44px;
}

.service_elem {
    height: 48px;
    width: 168px;
    margin: 76px 22px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    list-style-type: none;
}
.service_elem > span{
    text-align: center;
    font: normal normal bold 18px/23px Source Sans Pro;
    letter-spacing: 0;
    color: #EBEBEB;
}

.service_elem > .textBig {
    font: normal normal bold 28px/32px Source Sans Pro;
    color: #FFFFFF;
}

.service_elem > span:after {
    content: '';
    display: block;
    width: 88px;
    height: 1px;
    background: #FFC647 0 0 no-repeat padding-box;
    margin: 8px auto 8px;
}

.service_elem > span.textBig:after {
    height: 2px;
}

@media screen and (max-width: 640px) {
    .club_services{
        height: 1197px;
        display: flex;
        flex-direction: column;
    }
    .club_services > ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .service_elem > .textBig {
        height: 54px;
        width: 260px;
        margin-bottom: 60px;
        margin-top: 20px;
    }
    .service_elem {
        margin: 35px 22px;
    }
    .up_section>li:nth-child(2){
        margin-top: 35px;
    }
    .up_section>li:nth-child(2n){
        margin-left: 180px;
        margin-right: 22px;
    }
    .up_section>li:nth-child(2n+1){
        margin-right: 180px;
    }
    .up_section>li:nth-child(1){
        margin-right: 0;
    }
    .down_section>li:nth-child(2n+1){
        margin-left: 180px;
    }
    .down_section>li:nth-child(2n){
        margin-right: 180px;
    }
    .down_section>li:nth-child(1){
        margin-right: 0;
    }
    .club_services:after {
        width:69%;
        height: 1230px;

    }

}

@media screen and (max-width: 320px) {
    .up_section > li:nth-child(2n) {
        margin-left: 140px;
        margin-right: 12px;
    }

    .up_section>li:nth-child(2n+3) {
        margin-right: 140px;
        margin-left: 12px;
    }

    .down_section > li:nth-child(2n) {
        margin-right: 140px;
        margin-left: 12px;
    }

    .down_section>li:nth-child(2n+1) {
        margin-left: 140px;
        margin-right: 12px;
    }

}
