.footer {
  height: 60px;
  display: flex;
  justify-content: space-around;
}
.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__container-text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 700px) {
  .footer {
    align-items: center;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=footer.css.map */
