.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media only screen and (max-width: 749px) {
  .list-social {
    justify-content: center;
  }
}

.list-social__item .icon {
  height: 3rem;
  width: 3rem;
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 1.3rem;
  color:#FFF
}

.list-social__link:hover .icon {
  transform: scale(1.07);
}

input#NewsletterForm--footer {
    background: #FFFFFF10;
    border: 1px solid #FFF;
    color: #FFF;
}


label.field__label {
    color: #FFF;
}