.card-bubble .ivu-card-head {
  border-bottom: none !important;
}
.card-bubble .card-title {
  color: #67757c;
}
.card-bubble .wrap {
  height: 470px;
}
.card-bubble .wrap .text {
  padding: 1rem;
  text-align: center;
  color: #67757c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-bubble .wrap .text h6 {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.card-bubble .wrap .text h3 {
  font-size: 1.3125rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}

