.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: 18px;
    font-weight: bold;
    padding: 0;
    padding-bottom: 15px;
    text-align: left;
}
.form p {
    color: rgb(33, 37, 41);
    font-family: "PFDin", sans-serif;
    font-size: 24px;
}
.border-red {
    background: linear-gradient(180deg, rgba(188,80,80,1) 0%, rgba(165,21,21,1) 25%, rgba(165,21,21,1) 75%, rgba(249,240,240,1) 100%);
    display: block;
    width: 20%;
    height: 4px
}