.how-it-work {
  padding: 80px 0;
}
.how-it-work .row {
  --bs-gutter-y: 0;
}
.how-it-work .hiw-item {
  text-align: center;
}
.how-it-work .hiw-item .hiwi-icon {
  margin-bottom: 24px;
}
.how-it-work .hiw-item .hiwi-content h4 {
  margin-bottom: 12px;
}
.how-it-work .hiw-item .hiwi-content p {
  line-height: 26px;
}
.how-it-work .hiw-content-box {
  margin-bottom: 60px;
}
.how-it-work .hiw-content-box .row > div:not(:last-child) .hiw-item {
  margin-bottom: 60px;
}
.how-it-work .alp-section-title {
  max-width: 515px;
}

@media (min-width: 992px) {
  .how-it-work {
    padding: 120px 0;
  }
  .how-it-work .hiw-item .hiwi-content h4 {
    margin-bottom: 8px;
  }
  .how-it-work .hiw-content-box {
    margin-bottom: 60px;
  }
  .how-it-work .hiw-content-box .row > div:not(:last-child) .hiw-item {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .how-it-work .row {
    --bs-gutter-x: 96px;
  }
  .how-it-work .hiw-content-box {
    padding: 0 32px;
  }
}
