.club_descr > ul {
    display: flex;
    height: 350px;
    justify-content: center;
    align-items: center;
}

.descr_elem {
    width: 250px;
    height: 178px;
    margin: 0 22px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.descr_elem:nth-child(2n) {
    margin-top: 44px;
}

.descr_elem > div > img {
    height: 60px;
    width: 60px;
}

.descr_elem > span {
    text-align: center;
    font: normal normal normal 18px/23px Source Sans Pro;
    letter-spacing: 0;
    color: white;
}

.descr_elem > span:before {
    content: "";
    border: 1px solid;
    color: #FFC647;
    width: 88px;
    display: block;
    margin: 19px auto;
}


@media screen and (max-width: 640px) {
    .club_descr > ul {
        display: flex;
        height: 912px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}