.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -16px
}

.social-links__link {
    margin: 0 16px
}

.social-links__icon {
    border-radius: 50%;
    display: block;
    height: 13px;
    position: relative;
    width: 13px
}

.social-links__icon svg {
    fill: currentColor;
    height: 13px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto
}

@media (max-width: 767px) {
    .social-links {
        margin:0 -19px
    }

    .social-links__link {
        margin: 0 19px
    }

    .social-links__icon {
        height: 15.86px;
        width: 15.86px
    }

    .social-links__icon svg {
        height: 15.86px
    }
}
