.content .item-inner[data-bgcolor='bg-cyan'] {
  background: #6dbcdb;
}
.content .item-inner[data-bgcolor='bg-orange'] {
  background: #eda053;
}
.content .item-inner[data-bgcolor='bg-yellow'] {
  background: #f6c562;
}
@media (max-width: 780px) {
  .format-insights-featured-item.compact .text .text-header {
    transform: translateY(0%);
  }
}
