.merit-view {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.merit-view .merit-content .merit-title {
  text-align: center;
  margin: 50px 0 30px;
  font-weight: 600;
}
.merit-view .merit-content .mv-row .mv-col {
  margin-bottom: 30px;
}
.merit-view .merit-content .mv-row .merit-card {
  position: relative;
  display: flex;
  background-color: #E7F1FC;
  border-radius: 10px;
  padding: 50px 30px;
  height: 100%;
}
.merit-view .merit-content .mv-row .merit-card .tip-icon {
  width: 62px;
  height: 62px;
  margin-right: 15px;
}
.merit-view .merit-content .mv-row .merit-card .label-box {
  display: flex;
  flex-direction: column;
}
.merit-view .merit-content .mv-row .merit-card .label-box .desc {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}
.merit-view .merit-content .mv-row .merit-card .number {
  position: absolute;
  right: 10px;
  top: 19px;
  width: 131px;
  height: 147px;
  opacity: 1;
  font-family: DIN;
  font-size: 100px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  color: rgba(15, 142, 241, 0.08);
}
/*# sourceMappingURL=meritView.css.map */