.footer {
  height: 80px;
  flex: 0 0 auto;

  a {
    color: inherit;
  }
  &__container {
    padding: 5px 10px;
    text-align: center;
  }

  &__text {
    color: #545454;
    font-size: 12px !important;
    background: #ffffff6b;
    display: inline;
    line-height: initial;
  }

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