.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.social-links__icon {
  border-radius: 50%;
    display: inline-flex;
    height: 40px;
    margin-right: 25px;
    position: relative;
    width: 25px;
}

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

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

.social-links__icon svg {
  fill: #0e0e11;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
 
}
.social-links__icon #hs_cos_wrapper_footer_social__4 {
    margin-top: 3px;
}
/* #hs_cos_wrapper_footer_social__2 {
    margin-top: -1px;
} */
.social-links__icon span#hs_cos_wrapper_footer_social__2 svg {
    height: 28px;
}
/* .social-links__icon:nth-child(4)  {
  margin-top:1px;
}
.social-links__icon svg:nth-child(4) {
  margin-top:1px; */
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #0e0e11;
}
