.work_with {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}
.work_with .work_with__background {
  width: 100%;
}
.work_with .work_with__bottom {
  background: #F8F8F8;
  overflow: hidden;
  position: relative;
}
.work_with .work_with__bottom .section__header {
  width: 615px;
  padding: 54px 41px;
}
@media (max-width: 1009px) {
  .work_with .work_with__bottom .section__header {
    padding: 54px 32px 67px 32px;
  }
}
@media (max-width: 750px) {
  .work_with .work_with__bottom .section__header {
    width: 100%;
    padding: 20px 16px 76px 16px;
  }
}
.work_with .work_with__bottom .work_with__lightning {
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 312px;
  height: 312px;
}
@media (max-width: 750px) {
  .work_with .work_with__bottom .work_with__lightning {
    width: 152px;
    height: 152px;
    bottom: -30px;
  }
}
/*# sourceMappingURL=work_with.css.map */