/* FOOTER */
.footer {
  height: 200px;
  background-color: #000;
  padding: 2.5em 0;
  display: flex;
  justify-content: center;
}
.footer .footer-wrap {
  width: 100%;
  max-width: 700px;
  display: flex;
  gap: 3em;
}
.footer .footer-wrap .footer-logo {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  padding-bottom: 0.5em;
}
.footer .footer-wrap .text-wrap .text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  word-break: keep-all;
  padding-right: 2.2rem;
  line-height: 1.5em;
}
@media (max-width: 576px) {
  .footer {
    height: 180px;
    padding: 1em 0 1em 2em;
  }
  .footer .footer-wrap {
    flex-direction: column;
    gap: 0.5em;
  }
  .footer .footer-wrap .footer-logo {
    font-size: 1.3rem;
    padding-bottom: 0.3em;
  }
  .footer .footer-wrap .text-wrap .text {
    font-size: 0.8rem;
    padding-right: 0;
  }
}/*# sourceMappingURL=footer_new.css.map */