/* Breakpoint
======================================= */
.footer {
  width: 100%;
  background-color: var(--color-base);
}

.footer__container {
  padding-bottom: 40px;
  padding-inline: 5vw;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #727272;
}

.footer__copyright,
.footer__back-to-top {
  font-size: 1.4rem;
  font-family: var(--font-sans-en);
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .footer__copyright,
.footer__back-to-top {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=_footer.css.map */