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

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

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