.ai-why {
  background: #F5F3EE;
  padding: 80px 0;
}
.ai-why__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.ai-why__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ai-why__heading {
  font-size: 36px;
  font-weight: 500;
  color: #1a1f3a;
  line-height: 1.1111111111;
  letter-spacing: 0.3691px;
  text-align: center;
  margin: 0;
}
.ai-why__description {
  font-size: 18px;
  font-weight: 400;
  color: #64748b;
  line-height: 1.556;
  letter-spacing: -0.4395px;
  text-align: center;
  margin: 16px 0 0;
  max-width: 672px;
}
.ai-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 64px;
}
.ai-why__card {
  background: #ffffff;
  border: 1px solid rgba(15, 27, 76, 0.1);
  border-radius: 8px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.ai-why__card-icon-wrap {
  width: 48px;
  height: 48px;
  background: rgba(14, 165, 233, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ai-why__card-icon {
  width: 24px;
  height: 24px;
}
.ai-why__card-title {
  font-size: 20px;
  font-weight: 500;
  color: #1a1f3a;
  line-height: 1.4;
  letter-spacing: -0.4492px;
  margin: 16px 0 0;
}
.ai-why__card-text {
  font-size: 16px;
  font-weight: 400;
  color: #64748b;
  line-height: 1.5;
  letter-spacing: -0.3125px;
  margin: 12px 0 0;
}