.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    list-style: none;
}

.social-links .social-network {
    width: 48px;
    height: 48px;
    border: 2px solid #FFF;
    border-radius: var(--rounded-circle);
    color: white;
    margin-right: 13px;
}

.social-links .social-network:last-child {
    margin-right: 0;
}

.social-links a {
    color: inherit;
    font-size: 20.31px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.social-links a:hover {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 64em) {
    .social-links .social-network {
        width: 55px;
        height: 55px;
        margin-right: 16px;
    }

    .social-links a {
        font-size: 24px;
    }
}
