.ai-blocks {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eff0ee;
  padding-top: 149px;
  padding-bottom: 138px;
}
.ai-blocks__section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
  margin-bottom: 40px;
}
.ai-blocks__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ai-blocks__item {
  flex: 1 1 calc(25% - 15px);
  min-width: 230px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.03);
  padding: 24px 20px 21px;
}
.ai-blocks__item-content {
  max-width: 268px;
}
.ai-blocks__item-title {
  max-width: 250px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 8px;
}
.ai-blocks__itme-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}/*# sourceMappingURL=style.min.css.map */