.footer {
  @media screen and (orientation: portrait) {
    height: 110px;
  }
  a {
    color: inherit;
  }
  &__container {
    padding: 13px 10px;
  }

  &__text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #666666;
  }

  &__agree {
    display: none;
    p {
      color: #666666;
    }
  }
}
