.home-owl {
  display: flex;
  justify-content: center;
  margin-bottom: -1.5rem;
  position: relative;
  z-index: 10;
}

.home-owl__image {
  display: block;
  width: 96px;
  height: auto;
  image-rendering: pixelated;
  transform-origin: center bottom;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .home-owl__image {
    transform: none;
  }
}

.footer__inner--home-icons {
  margin-bottom: 0.4rem;
}

.home-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.home-footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.home-footer-links svg {
  width: 24px;
  height: 24px;
}

.home-footer-links a {
  transition: all 0.3s ease !important;
}

.home-footer-links a:hover {
  transform: translateY(-2px) !important;
  color: #D35400 !important;
}

.home-footer-links a:hover svg {
  stroke: #D35400 !important;
}
