.footer {
  padding: 20px 0 10px;
  position: relative;

  &__container {
    max-width: 380px;
    text-align: center;
    color: $c-black;
    position: relative;
    z-index: 3;

    p {
      color: $c-black;
      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;
      }
    }
  }
}