.helps-inner {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 8rem;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
}

.helps-inner > * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.helps-title {
  margin-bottom: 14.4rem;
}

.helps-block {
  position: relative;
  border-radius: 0.4rem;
  padding: 2.4rem;
  margin-top: 8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.helps-block.mt-0 {
  margin-top: 0;
}

.helps-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(337deg, rgba(153, 74, 74, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.helps-block > * {
  position: relative;
}

.helps-desc {
  margin-top: 1.2rem;
  line-height: 143%;
}

.helps-btn {
  margin-top: 2rem;
  margin-left: auto;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.helps-order {
  margin-top: 12rem;
}

.helps-subdesc {
  font-size: 1.6rem;
  line-height: 140%;
}

.helps-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.9rem;
  gap: 3.7rem;
}

.helps-button1,
.helps-button2 {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.promote {
  position: relative;
  padding-bottom: 3.8rem;
  padding-top: 4.8rem;
}

.promote-bg {
  position: absolute;
  top: 8.2rem;
  bottom: 0;
  left: 0;
  width: 100%;
}

.promote-bg img {
  opacity: 0.1;
}

.promote-inner {
  position: relative;
  z-index: 1;
}

.promote-title {
  line-height: 1;
}

.promote-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  row-gap: 4rem;
  margin-top: 6.5rem;
}

.promote-subtitle {
  margin-top: 2.4rem;
}

.promote-desc {
  margin-top: 0.8rem;
}

@media (max-width: 1024px) {
  .helps-inner {
    display: block;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .helps-title {
    margin-bottom: 3.2rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 140%;
    color: var(--black);
  }

  .helps-block {
    margin-top: 2.4rem;
    max-width: 43.6rem;
  }

  .helps-block:nth-child(odd) {
    margin-left: auto;
  }

  .helps-block:nth-child(even) {
    margin-right: auto;
  }

  .helps-block.mt-0 {
    margin-top: 2.4rem;
  }

  .helps-subtitle {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 140%;
    color: var(--white);
  }

  .helps-btn {
    min-width: 16.5rem;
    min-height: 5.2rem;
    font-size: 2rem;
  }

  .helps-btn i {
    font-size: 2.8rem;
  }

  .helps-order {
    margin-top: 3.2rem;
  }

  .helps-subdesc {
    text-align: center;
  }

  .helps-button1,
  .helps-button2 {
    font-size: 2rem;
  }

  .promote-title {
    font-weight: 400;
    font-size: 2rem;
    line-height: 140%;
  }

  .promote-list {
    margin-top: 3.2rem;
  }

  .promote-subtitle {
    margin-top: 1.6rem;
  }
}

@media (max-width: 500px) {
  .helps-button1,
  .helps-button2 {
    font-size: 1.6rem;
  }

  .promote-bg {
    top: 7rem;
  }

  .promote-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}