.social-list-hersa .fa {
    font-size: 6vmin;
    color: #c5c4c2;
    padding: 15px;
    text-decoration: none;
}

 .line-hersa {
    height: 17vh;
    width: 2px;
    margin: 15px auto 0;
    background-color: #c5c4c2;
    /* background-color: black; */
}

.arrow-left:after {
    content: 'Antes';
}

.arrow-right:before {
    content: 'Siguiente';
}