.section-hero-insights {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 650px;
  overflow: visible;
  margin: 0;
}
.section-hero-insights .container {
  position: relative;
  z-index: 99;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-hero-insights .section-hero-insights-content .section-hero-insights-intro {
  font: 400 16px "Roboto", sans-serif;
  color: #ffffff;
  line-height: 28px;
  margin: 100px 0 30px 0;
  text-align: center;
}
.section-hero-insights .section-hero-insights-content h1 {
  display: block;
  text-align: center;
  font: 500 60px "Roboto", sans-serif;
  color: #ffffff;
  line-height: 85px;
  text-shadow: 0 0 6px #000000;
}

.section-hero-insights-image {
  background: #F1F1F1;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
.section-hero-insights-image .section-hero-insights-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  border-top-right-radius: 25px;
  box-shadow: 35px 0 35px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1025px) {
  .section-hero-insights {
    height: auto;
  }
  .section-hero-insights .section-hero-insights-content {
    padding: 100px 15px;
  }
  .section-hero-insights .section-hero-insights-content .section-hero-insights-intro {
    font: 400 15px "Roboto", sans-serif;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
  }
  .section-hero-insights .section-hero-insights-content h1 {
    font: 500 40px "Roboto", sans-serif;
    line-height: 45px;
    text-align: center;
    padding: 15px 0;
  }
}