.help-text {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
  padding: 140px 40px;
}

@media only screen and (max-width: 1400px) {
  .help-text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .help-text {
    padding: 110px 0;
    row-gap: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .help-text {
    padding: 90px 0;
    row-gap: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .help-text {
    row-gap: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .help-text {
    padding: 70px 0;
    row-gap: 45px;
  }
}

.help-text .donation-text .donation-text__inner {
  padding: 0 !important;
}

.help-text .donation-text:nth-child(2n) .donation-text__inner {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  .help-text .donation-text:nth-child(2n) .donation-text__inner {
    flex-direction: column-reverse;
  }
}
