.footer {
  a {
    color: inherit;
  }
  &__container {
    padding: 13px 10px;
  }

  &__text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: $c-gray-light-bg-black;
  }

  &__agree {
    display: none;
    p {
      color: $c-gray-smoke;
    }
  }
}