.social-links {
    margin-bottom: 19px;
}

.social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    list-style: none;
}
.social-links .hash-title {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    font-size: 16.26px;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    margin-bottom: 9px;
}
.social-links .social-network {
    padding: 0 0.5rem;
    width: 28px;
    height: 28px;
    border-radius: var(--rounded-full);
    border: 1px solid #FFF;
    margin-right: 12px;
}

.social-links .social-network:last-child {
    margin-right: 0;
}
.social-links .social-link {
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12.27px;
}

@media (min-width: 64em) {
    .social-links {
        text-align: center;
    }
    .social-links .hash-title {
        font-size: 28px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    
    .social-links .social-network {
        width: 49px;
        height: 49px;
        border: 2px solid #FFF;
        margin-right: 20.5px;
    }

    .social-links .social-link {
        font-size: 21px;
    }
}