.footer-social-networks {
  display: flex;
  margin-top: 1rem;
}

.footer-social-networks a {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.footer-social-networks a:not(:last-child) {
  margin-right: 1.5rem;
}

.footer-social-networks a svg {
  width: 1.25rem;
  max-height: 1.25rem;
}

.footer-social-networks a svg path {
    transition: all 0.4s ease-in-out 0s;
}

.footer-social-networks a:hover path {
    fill: rgba(69, 63, 225, 1);
}
