.dashboard4-card2 {
  height: 150px;
  padding: 24px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.dashboard4-card2 .ivu-card-body {
  width: 100%;
}
.dashboard4-card2 .info-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dashboard4-card2 .info-wrap .title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dashboard4-card2 .info-wrap .title-content .title {
  font-size: 20px;
  color: #3f4254;
  font-weight: 600;
  margin-bottom: 5px;
}
.dashboard4-card2 .info-wrap .title-content .desc {
  color: #7e8299;
}

