.pass-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.pass-check .title {
  font-weight: 600;
  font-size: 16px;
  color: #2f3033;
}
.pass-check .desc {
  font-size: 14px;
  line-height: 28px;
  margin: 15px 0;
}

