.service-our-approach {
  padding: 70px 0 100px;
  background: url("../../img/approach-bg.webp") no-repeat center/cover;
}
.service-our-approach h2 {
  color: var(--White, #fff);
  text-align: center;
  /* Desk/Headline/H2 */
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.service-our-approach picture {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.service-our-approach picture img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .service-our-approach {
    background: url("../../img/our_approach_mobile-bg.webp") no-repeat center/cover;
    padding: 44px 0;
  }
  .service-our-approach h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
