.social-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.social-wrapper > div{
  display: inline-block;
  margin-left: 12px;
  margin-top: -2px;
}
.linkedin > a:before {
  content: "\e09d";
}
.social-wrapper > div a{
  color: #000000;
  position: relative;
  display: inline-block;
  text-align: center;  
  transition: color 300ms ease 0s;
  text-decoration: none;
  margin-right: 4px;
  font-family: ETmodules;
  line-height: 1;
  font-weight: 400;
}
.social-wrapper > div a:hover{
  color: #000000;
}
.social-wrapper > div.facebook {
    margin-left: 16px;
    margin-right: -1px;
}

.social-wrapper > div.instagram {
    margin-left: 11px;
}

.social-wrapper .mail a:before{
  content: "\e076";
}
.social-wrapper .facebook a:before{
  content: "\e093";
}
.social-wrapper .twitter a:before{
  content: "\e094";
}
.social-wrapper .instagram a:before{
  content: "\e09a";
}





