@media screen and (min-width: 750px) {
    .footer-block--newsletter {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .list-social {
      margin-left: 4rem;
    }
}

