.alp-why {
  background: linear-gradient(241.91deg, #f3f9f7 22%, rgba(243, 249, 247, 0.25) 85.48%);
  padding: 80px 0;
  overflow: hidden;
}
.alp-why .alp-section-title {
  max-width: 758px;
}
.alp-why .alpw-items {
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.alp-why .alpw-items .row {
  --bs-gutter-x: 72px;
  --bs-gutter-y: 0;
}
.alp-why .alpw-items .row > div:not(:last-child) .alpw-item {
  margin-bottom: 32px;
}
.alp-why .alpw-items .alpw-item {
  gap: 20px;
}
.alp-why .alpw-items .alpw-item .alpwi-image {
  min-width: 55px;
}
.alp-why .alpw-items .alpw-item .alpwi-content h4 {
  font-weight: 600;
  margin-bottom: 12px;
}
.alp-why .alpw-counter {
  margin-bottom: 28px;
}
.alp-why .alpw-counter .row {
  --bs-gutter-y: 0px;
}
.alp-why .alpw-counter h2,
.alp-why .alpw-counter h2 span {
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}
.alp-why .alpw-counter strong {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
}
.alp-why .alpw-counter .alpwc-item {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .alp-why {
    padding: 120px 0;
  }
  .alp-why .alpw-items .alpw-item {
    gap: 32px;
  }
  .alp-why .alpw-items .alpw-item .alpwi-content h4 {
    margin-bottom: 16px;
  }
  .alp-why .alpw-counter {
    margin-bottom: 60px;
  }
  .alp-why .alpw-counter h2,
  .alp-why .alpw-counter h2 span {
    font-size: 62px;
    line-height: 72px;
  }
  .alp-why .alpw-counter strong {
    font-size: 20px;
    line-height: 29px;
  }
  .alp-why .alpw-counter .alpwc-item {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .alp-why .alpw-items .row > div:not(:last-child) .alpw-item {
    margin-bottom: 0;
  }
  .alp-why .alpw-counter .row {
    --bs-gutter-x: 104px;
  }
}
