@media screen and (min-width: 768px) and (max-width: 991px) {
  .pill-card .teaser__body,
  .pill-card .teaser__body .cop-list-members,
  .pill-card .teaser__title {
    font-size: 14px;
    line-height: 17px;
  }
  .pill-card {
    height: 100%;
    min-height: 36px;
  }
  .pill-card .teaser__title {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pill-card .teaser__body,
  .pill-card .teaser__body .cop-list-members,
  .pill-card .teaser__title {
    font-size: 12px;
    line-height: 15px;
  }
  .pill-card {
    height: 100%;
    min-height: 36px;
    width: 100%;
    max-width: 100%;
  }
  .pill-card .meta_oppt_desc {
    gap: 11px;
  }
  .pill-card .meta_oppt_desc > * {
    width: 50%;
    word-break: break-word;
  }
  .pill-card .meta_closing_date {
    width: 21%;
  }
  .pill-card .teaser__body {
    padding: 10px 14px;
  }
  .enhanced_listing_page   .enhanced-card-view   .views-infinite-scroll-content-wrapper {
    margin-bottom: 15px !important;
  }
  .pill-card {
    border-radius: 12px;
  }
  .pill-card .teaser__title {
    padding-right: 10px;
  }
}
