.footer {
  padding: 10px 0;
  background: #fff;

  .tt__menu {
    display: block;
    width: 100%;
    object-fit: contain;
    margin-bottom: 1rem;
  }

  &__container {
    max-width: 360px;
    text-align: center;
    p {
      opacity: 0.4;
      text-align: center;
      font-family: 'Inter', sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      color: #333333;

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