.box--content--social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.box--content--social ul li {
  padding: 0 7px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
.box--content--social ul li:first-child {
  padding-left: 0;
}
.box--content--social ul li:last-child {
  padding-right: 0;
}
.box--content--social ul li a {
  line-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.box--content--social ul li a img {
  vertical-align: middle;
}
.box--content--social ul li a:hover svg path {
  fill: #fff;
}
/*# sourceMappingURL=index.css.map */