.social-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 45px auto 0;
}

.social-list ._item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    height: 100%;
}

.social-list ._picture {
    width: 100%;
}
.social-list ._content{
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.social-list ._name {
    color: #2d4c7d;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
    padding: 0;
    padding-bottom: 15px;
    text-align: left;
}
