.social-links {
  display: flex;
  flex-wrap: wrap;
   align-items: center;
  justify-content: space-between;
  padding-top: 20px;
   margin-top: 20px;
   border-top: 1px solid rgba(178, 178, 177, 0.5); }
}
.social-links .left-icons { width: calc(100% - 200px); float: left; position: relative; }
.social-links .right-copyright { width: 200px; text-align: right; color: #B2B2B1 !important; font-weight: 600; font-size: 12px; line-height: 16px; letter-spacing: 0.2px; }
.social-links .right-copyright span { color: #B2B2B1 !important; font-weight: 600; font-size: 12px; line-height: 16px; letter-spacing: 0.2px; }
.social-links__link, .social-links__link:hover{ text-decoration: none; }
.social-links__icon {
  display: inline-flex;
  height: 20px;
  margin: 0 5px;
  position: relative;
  width: 30px;
}

.social-links__icon svg {
  fill: #494A52;
  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: #e30421;
}


@media (max-width: 499px) {
   .social-links { flex-direction: column; }
   .social-links .left-icons { width: 100%; text-align: center; margin-bottom: 20px; }
   .social-links .right-copyright { width: 100%; text-align: center;  }
}