.association-list li {
    float: left;
    width: 33%;
    line-height: 36px;
}

.company-list li {
    float: left;
    width: 33%;
    line-height: 36px;

}

.media-list li {
    float: left;
    width: 25%;
    line-height: 36px;
}

.friend-img li {
    width: auto;
    float: left;
    margin-right: 32px;
    margin-bottom: 15px;
}

li a {
    color: #333333;

}

.friend-title {
    background-color: white;
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin-bottom: 20px
}


.friend-name {
    font-size: 24px;
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #d7d7d7
}


.friend-text {
    font-size: 18px;
    padding: 20px 0
}

.friend-block {
    height: auto;
    width: 100%;
    background-color: white;
    padding: 20px;
    margin-bottom: 20px
}

@media (max-width: 800px) {

    .association-list li {
        float: none;
        width: 100%;
        line-height: 36px;
    }

    .company-list li {
        float: none;
        width: 100%;
        line-height: 36px;

    }

    .media-list li {
        float: none;
        width: 100%;
    }

    .friend-img li {
        width: auto;
        float: left;
        margin-right: 32px;
        margin-bottom: 15px;
    }

    .friend-title {
        background-color: white;
        width:auto;
        height: auto;
        padding: 0 20px;
        /*margin-bottom: 20px;*/
        margin: 0 10px 20px 10px;
    }

    .friend-block {
        height: auto;
        width: auto;
        background-color: white;
        padding: 20px;
        /*margin-bottom: 20px;*/
        margin: 0 10px 20px 10px;
    }

}




















