/* Footer */

.home_footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 2rem 1.13rem 2rem;
}

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

.footer_normal {
  padding: 5rem 1.94rem 2.75rem 2rem;
}

.footer_links a {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 1.125rem */
}

footer span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 100;
  line-height: 150%; /* 1.125rem */
  text-transform: uppercase;
}

.scroll{
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 1.5rem */
  text-transform: uppercase;
}

@media (max-width: 660px) {
  footer {
    flex-direction: column-reverse;
    gap: 0.5rem;
  }

  footer span {
    font-weight: 400;
  }
  .footer_links {
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  .footer_links a {
    font-weight: 600;
  }
}
