.ai-tech {
  background: #F5F3EE;
  padding: 80px 0;
}
.ai-tech__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.ai-tech__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ai-tech__heading {
  font-size: 36px;
  font-weight: 500;
  color: #1a1f3a;
  line-height: 1.1111111111;
  letter-spacing: 0.3691px;
  text-align: center;
  margin: 0;
}
.ai-tech__description {
  font-size: 18px;
  font-weight: 400;
  color: #64748b;
  line-height: 1.556;
  letter-spacing: -0.4395px;
  text-align: center;
  margin: 16px 0 0;
}
.ai-tech__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 64px;
}
.ai-tech__card {
  background: #ffffff;
  border: 1px solid rgba(15, 27, 76, 0.1);
  border-radius: 8px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ai-tech__card-name {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #1a1f3a;
  line-height: 1.556;
  letter-spacing: -0.4395px;
}
.ai-tech__card-category {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #64748b;
  line-height: 1.3333333333;
  margin-top: 4px;
}