.footer {
  background: #fff;
}
.footer .container {
  padding: 27px 0 37px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(14, 14, 14, 0.1);
}
@media screen and (max-width: 850px) {
  .footer .container {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.footer .container .item {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #261f1f;
}/*# sourceMappingURL=footer.css.map */