.__solution-bg {
  background: url("../img/power/Vector_621.png") no-repeat center/cover;
  background-position: 100% 13%;
  z-index: 1;
}
.__solution-global {
  padding: 114px 32px 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.__solution-title h2 {
  color: #fff;
  text-align: center;
}

@media (max-width: 990px) {
  .__solution-bg {
    background: url("../img/power/Vector_621.png") no-repeat center/cover;
    background-position: 55% 13%;
  }
  .__solution-global {
    padding: 114px 32px 36px 32px;
  }
}

@media screen and (max-width: 768px) {
  .__solution-bg {
    background: url("../img/power/Vector_621.png") no-repeat center/cover;
    background-position: 50% 10%;
  }

  .__solution-global {
    padding: 64px 16px 36px 16px;
  }

  .__solution-bg .integration-header{
    width: 100%;
  }
}
