.footerWrapper {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footerWrapper .text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(74 81 104 / var(--tw-text-opacity));
  font-family: Satoshi, serif;
  line-height: 1;
}

.footerWrapper .linksWrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footerWrapper .linksWrapper svg {
  fill: #4A5168;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.footerWrapper .linksWrapper svg.email {
  fill-opacity: 0;
  stroke: #4A5168;
}

.footerWrapper .linksWrapper svg:hover {
  fill: #121212;
}

.footerWrapper .linksWrapper svg:hover.email {
  stroke: #121212;
}

@media (max-width: 1400px) {
  .footerWrapper {
    margin-bottom: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 992px) {
  .footerWrapper .text {
    font-size: 14px;
  }

  .footerWrapper .linksWrapper {
    gap: 1.25rem;
  }

  .footerWrapper .linksWrapper svg {
    height: 1.25rem;
    width: 1.25rem;
  }
}

@media (max-width: 567px) {
  .footerWrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .footerWrapper .linksWrapper {
    gap: 1.25rem;
  }

  .footerWrapper .linksWrapper svg {
    height: 1.25rem;
    width: 1.25rem;
  }
}

/*# sourceMappingURL=footer.css.5b5a1b01d854.map */