.han-why-wrap {
  width: 100%;
}
.han-why-us {
  width: 100%;
  margin: 0 auto;
  display: grid;
  align-items: center;
}
.han-why-left,
.han-why-right {
  min-width: 0;
}
.han-why-badge {
  display: inline-block;
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.han-why-title {
  margin: 0 0 24px;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 700;
}
.han-why-desc {
  max-width: 700px;
  margin-bottom: 38px;
  font-size: 18px;
  line-height: 1.8;
}
.han-feature-list {
  display: grid;
  gap: 24px;
}
.han-feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
}
.han-feature-iconbox {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.han-feature-icon {
  line-height: 1;
  display: inline-flex;
}
.han-feature-title {
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
}
.han-feature-text {
  font-size: 17px;
  line-height: 1.7;
}
.han-quote-shell {
  padding: 24px;
  border-radius: 34px;
}
.han-quote-card {
  border-radius: 28px;
  padding: 40px;
  text-align: center;
}
.han-quote-topicon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.han-quote-topicon,
.han-quote-topicon > * {
  display: inline-flex;
  line-height: 1;
}
.han-quote-title {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}
.han-quote-subtitle {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.5;
}
.han-quote-form {
  display: grid;
  gap: 16px;
  text-align: left;
}
.han-quote-field,
.han-quote-select {
  width: 100%;
  outline: none;
  border: 1px solid #d9dbe3;
  box-shadow: none;
  transition: .2s ease;
}
.han-quote-select {
  appearance: auto;
}
.han-quote-field:focus,
.han-quote-select:focus {
  box-shadow: 0 0 0 3px rgba(199,29,44,.08);
}
.han-quote-button {
  width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  transition: .25s ease;
  border: 0;
}
.han-quote-button:hover {
  transform: translateY(-1px);
}
.han-btn-icon,
.han-btn-icon > * {
  display: inline-flex;
  line-height: 1;
}
@media (max-width: 1024px) {
  .han-why-us {
    grid-template-columns: 1fr !important;
    row-gap: 34px;
  }
  .han-why-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .han-why-title {
    font-size: 34px;
  }
  .han-why-desc,
  .han-feature-text {
    font-size: 16px;
    line-height: 1.7;
  }
  .han-feature-title {
    font-size: 18px;
  }
  .han-quote-shell {
    padding: 14px;
  }
  .han-quote-card {
    padding: 24px 18px;
  }
  .han-quote-title {
    font-size: 26px;
  }
}

.han-feature-icon svg,.han-quote-topicon svg,.han-btn-icon svg{width:1em;height:1em;display:block;fill:currentColor;}
