.icon-hr {
    display: flex;
    align-items: center;
    width: 100%;
}

.icon-hr .line {
    flex: 1;
    height: 2px;
    background-color: #00a7e1;
}

.icon-hr .icon {
    width: 80px;
    color: #0075c9;
    text-align: center;
}

/* ---  --- */

.social-links {
    width: 100%;
    padding: 40px 0 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    grid-gap: max(2px, 3%);
}

.social-links a  {
    display: grid;
    justify-items: center;
    border: none;
}

.social-links a > span {
    font-size: 80%;
    margin-top: 6px;
}


@media (max-width: 576px) {
    .social-links a > span {
        display: none;
    }
}
