.owl-testimonial .owl-stage-outer {
  height: 420px;
}
.work-process {
  background-image: url(../assets/images/about/our-work-process-bg.jpg);
}

.work-process{
  position: relative;
}
.work-process::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #111c55db;
}