.insight-jumbotron {
  background-image: url('../ilustration/insight_jumbotron.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 698px;
}

@media screen and (max-width: 768px) {
  div.insight-our-solution-img {
    display: none !important;
  }
}