.footer {
  background: #022344;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
}
.footerTips {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 210px;

}

.privacypolicy{
  color: #fff;

  /* text-decoration: underline; */

}

.footerBox{
  box-shadow: 0 -2px 15px 0 #00000008;
  /*margin-top: 50px;*/
}

