.insight-list-card > small {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid #edf1f6;
  color: #7f8b9d;
  font-size: 11px;
}

.insight-list-card > small b {
  font-weight: 500;
  white-space: nowrap;
}

.featured-insight > div > div:last-child > small {
  display: block;
  margin: -12px 0 22px;
  color: #7f8b9d;
  font-size: 12px;
}

@media (max-width: 640px) {
  .insight-list-card > small {
    align-items: flex-start;
    flex-direction: column;
  }
}
