.footer {
  padding: 10px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -4.31%, #000000 100%);


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

    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;
      }
    }
  }
}