.help {
  background: white;
  padding: 50px 0;
}

.help-box {
  margin: auto;
  background-image: url("../../img/help-img.png");
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100%;
  border-radius: 12px;
  z-index: 1000;
  padding-top: 115px;
  padding-bottom: 90px;
}

.help-btn__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.help-btn__wrap a {
  margin: 0;
}

.help-box:before {
  content: "";
  position: absolute;
  left: -100px;
  width: 370px;
  height: 650px;
  z-index: 1;
  top: -90px;
  background: url("../../img/cube-group.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.help-box:after {
  content: "";
  position: absolute;
  right: -140px;
  width: 280px;
  height: 300px;
  z-index: 1;
  background: url("../../img/help-cube-2.png");
  background-repeat: no-repeat;
  top: 100px;
  background-size: contain;
}

.help-title {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  color: white;
  line-height: 120%;
  text-align: center;
  max-width: 900px;
  margin: auto;
  padding-bottom: 32px;
}

.help-subtitle {
  color: white;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  max-width: 780px;
  margin: auto;
  text-align: center;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1399px) {
  .help-title {
    font-size: 44px;
  }
  .help-box:after {
    bottom: 0;
    top: auto;
  }
  .help-box:before {
    left: -170px;
  }
}
@media only screen and (max-width: 999px) {
  .help-box:after {
    display: none;
  }
  .help-box:before {
    display: none;
  }
  .help-box {
    padding: 80px 20px;
  }
  .help-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 699px) {
  .help-box {
    padding: 50px 20px;
  }
  .help-title {
    font-size: 26px;
  }
}