.footer-icons-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem;
}

.footer-icons-row img,
.footer-icons-row .footer-icon {
  height: 48px;
  width: auto;
  display: block;
  object-fit: contain;
  max-width: 100%;
  transition: filter 0.2s;
}
