.social-links {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    list-style: none;
}

.social-links .social-network {
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    transform: rotate(45deg);
    border:2px solid #faa31b;
    color: #fff;
    transform-origin: bottom;
}

.social-links .social-network a {
    color: #fff;
    transform: rotate(-45deg);
    font-size: 24px;
}


@media (min-width: 64em) {
    .social-links .social-network {
        width: 50px;
        height: 50px;
    }
    
    .social-links .social-network a {
        font-size: 31px;
    }
}
