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

  &__container {
    max-width: 380px;
    text-align: center;

    p {
      text-align: center;
      font-family: 'Inter', sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      color: $c-white;
      opacity: .7;

      a {
        color: inherit;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
      }
    }
  }
}