.dr-recommendation .drr-content-box {
  margin-bottom: 48px;
}
.dr-recommendation .drr-content-box .dr-section-hero .drli-image {
  border-radius: 6px;
}
.dr-recommendation .dr-trending {
  background-color: #f3f9f7;
  border-radius: 12px;
  padding: 32px 16px;
  height: 100%;
}
.dr-recommendation .dr-trending .section-title {
  margin-bottom: 24px;
}
.dr-recommendation .dr-trending .dt-list .dr-list-item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.dr-recommendation .dr-trending .dt-list .dr-list-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .dr-recommendation .drr-content-box {
    margin-bottom: 0;
  }
  .dr-recommendation .drr-content-box .dr-section-hero .drli-image {
    border-radius: 12px;
  }
  .dr-recommendation .drr-content-box .section-title {
    padding-top: 24px;
  }
  .dr-recommendation .drr-content-box .row {
    --bs-gutter-y: 68px;
  }
  .dr-recommendation .dr-trending {
    padding: 24px;
  }
  .dr-recommendation .dr-trending h3 {
    line-height: 54px;
  }
}
