.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.social-links__icon {
  background-color: #494A52;
  border-radius: 50%;
  display: inline-flex;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #21222A;
}

.social-links__icon:active {
  background-color: #71727A;
}

.social-links__icon svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #FFF;
}
.wats_app img {
  filter: invert(56%) sepia(69%) saturate(503%) hue-rotate(90deg) brightness(123%) contrast(90%);
}
.mobile_social_icons a {
    width: 40px;
    height: 30px;
    background: transparent;
    transition: all 0.3s ease 0s;
    justify-content: center;
    display: flex;
    align-items: center;
}
.mobile_social_icons {
    display: inline-flex;
}
.mobile_social_icons a img {
    vertical-align: middle;
}