.footer {
  margin-top: 1.875rem;
  padding: 8.75rem 0;
  font-family: Raleway, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
}
.footer-inner {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
.footer .brand {
  margin-top: 3.75rem;
  display: block;
  flex-shrink: 0;
}
.footer .brand img {
  height: 8.4375rem;
  display: block;
}
.footer-left {
  display: flex;
  gap: 0.75rem;
  line-height: 1.1;
}
.footer-right {
  display: flex;
  gap: 1.75rem;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.footer-right p {
  margin: 0;
}
.footer-right span {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  transition: color .2s ease-in-out;
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-thickness: from-font;
  text-decoration-skip-ink: none;
  text-underline-offset: 25%;
}
.footer-right span:hover {
  color: #71ad56;
}
@media (max-width: 999px) {
  .footer {
    margin-top: 60px;
    padding: 60px 0;
  }
  .footer-inner {
    gap: 60px;
    flex-direction: column;
  }
  .footer-right {
    align-items: flex-start;
    text-align: left;
  }
  .footer-right span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-top: 40px;
    font-size: 18px;
  }
  .footer .brand {
    margin-top: 30px;
  }
  .footer .brand img {
    height: 75px;
  }
  .footer-left {
    font-size: 15px;
  }
  .footer-right {
    gap: 16px;
  }
  .footer-right span {
    font-size: 15px;
  }
}

/*# sourceMappingURL=footer.css.map */
