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

li.list-social__item a {
    padding: 30px 15px 15px 0;
}
.newsletter-form__field-wrapper .field:after {
    box-shadow: none;
}
@media only screen and (max-width: 749px) {
  .list-social {
    justify-content: center;
  }
}
.list-social__item .icon {
    height: 24px;
    width: 24px;
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 1.3rem;
  color: rgb(var(--color-foreground));
}

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