.social {
    background-image: url(../image/social_back@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 20px;
}

.social.chain::before {
    top: -65px;
}

.social__content {
    padding: 40px 0;
}

.social__content {
    display: flex;
    align-items: center;
    justify-content: center;
}


.social__icon:not(:last-of-type) {
    margin-right: 15px;
}

.social__icon-img {
    max-width: 30px;
}

@media (max-width: 1023px) {
    .chain::before {
        content: none;
    }
    .social {
        background-image: none;
        margin-top: 0;
    }
    .social__content {
        padding: 18px;
    }
}