.gift-item-card__image {
  height: 226px;
}
.gift-item-card__image, .gift-item-card__image img {
  border-radius: 16px 16px 0 0;
}
.gift-item-card__body {
  height: 192px;
  border-radius: 0 0 16px 16px;
  border: 1px solid var(--gray-200);
  border-top: none;
  background: var(--white);
}
.gift-item-card__body .course-title {
  max-height: 42px;
  text-overflow: ellipsis;
  overflow: hidden;
}
