div.jumbotron {
  height: max-content;
  background: url(https://dealpos-m-res.cloudinary.com/image/upload/v1669707257/umb-website/case_study/banner_i94vli.png);
  background-size: cover;
  color: white;
  h4 {
    color: white !important;
  }
}

div.col-md-6
{
  ol{
    li{
      margin-bottom: 12px;
      line-height: 1.5;
    }
  }
}