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

.latest-insight h5 {
  border-left: 4px solid #fe6d73;
  padding-left: 10px; }

.latest-insight .single-latest-insight a {
  color: #000; }
  .latest-insight .single-latest-insight a:hover .single_insight-title {
    text-decoration: underline; }

.latest-insight .single-latest-insight .image-wrapper {
  padding-top: calc(56.25% * 3 / 10);
  position: relative;
  width: 30%; }
  .latest-insight .single-latest-insight .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.latest-insight .single-latest-insight .insight-info {
  width: 70%; }
