:root {
  --color-primary: #002e5a;
  --color-secondary: #fe6d73;
  --color-tertiary: #F7CC83;
  --color-text: #000;
  --color-heading: #000; }

.insight-container .category-insight .category-title {
  border-left: 4px solid #fe6d73;
  padding-left: 10px; }

.insight-container .category-insight .single-insight-wrapper {
  text-decoration: none;
  transition: background-color 0.3s;
  width: 100%; }
  .insight-container .category-insight .single-insight-wrapper:hover .single_insight-title {
    text-decoration: underline; }
  .insight-container .category-insight .single-insight-wrapper .single-insight .image-wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%; }
    .insight-container .category-insight .single-insight-wrapper .single-insight .image-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .insight-container .category-insight .single-insight-wrapper .single-insight .single-insight-details {
    color: #000; }
