.overview {
  position: relative;
  background-color: #fff
}
.overview::before {
  content: "";
  background: url(/themes/custom/ltts_revamp/images/paralellogram-wave.webp) no-repeat;
  position: absolute;
  top: 1%;
  left: unset;
  right: calc((100% - 100vw)/ 2);
  width: calc(50% + (100vw - 100%)/ 2);
  height: 315px;
  background-size: cover;
  z-index: 1
}
@media screen and (max-width:1199px) {
  .overview::before {
    display: none
  }
}
h4 {
  padding: 16px 0
}
h5 {
  padding-bottom: 12px
}