.social-links-title {
    display: none;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: var(--font-weight-extrabold);
    line-height: 0.8333;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 3px;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    list-style: none;
}

.social-links a {
    color: var(--black);
    background-color: var(--white);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 4px;
    font-size: 28px;
    text-decoration: none;
}

.social-links .social-network {
    padding: 0;
}

@media (min-width: 64em) {
    .social-links a {
        width: 54px;
        height: 54px;
        margin: 9px;
        font-size: 28px;
    }

    .social-links-title {
        font-size: 18px;
        line-height: 0.889;
        margin-bottom: 10px;
    }
}