.card-content[data-v-15ba6a4a] {
  height: 150px;
  padding: 24px 28px;
}
.card3[data-v-15ba6a4a] {
  background-position: right top;
  background-size: 30% auto;
  background-repeat: no-repeat;
}
.card3 .card-body[data-v-15ba6a4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 102px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card3 .card-body .card-title[data-v-15ba6a4a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card3 .card-body .card-description[data-v-15ba6a4a] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

