.footer {
  &__container {
    padding: 4px 3px;
  }

  &__text {
    color: $c-grey-4;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}