.c-footer-social {
  display: flex;
  gap: .75rem;
  align-items: center;
}

.c-footer-social__link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.c-footer-social__icon {
  width: 18px;
  height: 18px;
  fill: rgba(255,255,255,.9);
}
