.footer {
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  padding: 15px;

  @media (max-height: $h-media-x) {
    padding: 10px 0 10px;
  }

  &__text {
    color: #333;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

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