.footer-social {
  display: flex;
  align-items: center;
}

.footer-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.footer-social a:last-child {
  margin-right: 0;
}

.footer-social img {
  width: 24px;
  height: 24px;
  display: block;
}