.footer {
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(15px);

  &__container {
    max-width: 300px;
    text-align: center;
    color: $c-white;

    p {
      color: #FFF;
      text-align: center;
      font-family: 'Inter', sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;

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