.how-to-help {
  margin-top: 87px;
}

.how-to-help .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}

.how-to-help .main {
  display: flex;
  justify-content: center;
  gap: 150px;
}

.how-to-help .main .description {
  text-align: left;
  margin-top: 0;
  display: block;
}

.how-to-help .main img {
  object-fit: contain;
  max-width: 300px;
}

.how-to-help .main .description .title {
  text-align: left;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: var(--dark-color);
}

.how-to-help .main .description .title span {
  color: var(--blue-color);
}

.how-to-help .main .description li::before {
  content: '•';
  color: var(--blue-color);
}

.how-to-help .main .description li {
  color: var(--dark-color);
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
}

.help-list {
  text-align: left;
}

@media (max-width: 1020px) {
  .how-to-help .main {
    gap: 50px;
    justify-content: space-around;
  }
}

@media (max-width: 910px) {
  .how-to-help .main {
    justify-content: center;
    flex-direction: column;
    gap: 10x;
    align-items: center;
  }
}

@media (max-width: 500px) {
  .how-to-help {
    padding: 0 20px;
  }
}
