.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  @media screen and (orientation: portrait) {
    height: 75px;
  }
  a {
    color: inherit;
  }
  &__container {
    padding: 13px -2px;
    text-align: center;
  }

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

  &__agree {
    display: none;
    p {
      color: #545454;
    }
  }
}
.foot {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
