.footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex: 0 0 auto;
  padding: 15px;
  font-size: 13px;
  font-weight: 400;

  @media (max-height: 870px) {
    padding: 10px 0 10px;
  }

  &__link {
    width: 100%;
    color: inherit;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
  }
}