.why-start-working {
  position: relative;
}

.why-start-working__img-wrap {
  position: absolute;
  left: 291px;
  top: -97px;
  width: 1512px;
  height: 547px;
}
@media only screen and (width < 1440px) {
  .why-start-working__img-wrap {
    left: -33px;
    top: -88px;
  }
}
@media only screen and (width < 1024px) {
  .why-start-working__img-wrap {
    display: none;
  }
}

.why-start-working__col-1 {
  width: 608px;
}
@media only screen and (width < 1440px) {
  .why-start-working__col-1 {
    width: 416px;
  }
}
@media only screen and (width < 1024px) {
  .why-start-working__col-1 {
    width: 100%;
  }
}

.why-start-working__col-2 {
  max-width: 250px;
}
@media only screen and (width < 1024px) {
  .why-start-working__col-2 {
    max-width: none;
  }
}

/*# sourceMappingURL=why-start-working.css.map */
