.sd-card {
  position: relative;
}
.sd-card-cover-img {
  width: 100%;
}
.sd-card-body {
  padding: 32px 0;
}
.sd-card-title {
  font-size: 36px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 50px;
  margin-bottom: 4px;
}
.sd-card-note {
  font-size: 26px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 37px;
}
