.social-icons {
  a {
    img {
      transition: all 333ms ease;
    }
    &:hover {
      img {
        opacity: 0.7;
    }
  }
}