.cards {
  background: #f8fafc;
  padding: 80px 16px;
  text-align: center;
  color: #65758b;
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .cards .cards__container {
    max-width: 590px;
    margin: auto;
  }
}

.cards h2 {
  margin-bottom: 16px;
  color: #0f1729;
}

@media (max-width: 767px) {
  .cards h2 {
    font-size: 24px;
  }
}

.cards__list {
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  max-width: 1088px;
}

@media (max-width: 767px) {
  .cards__list {
    grid-template-columns: 1fr;
  }
}

.cards__item {
  padding: 32px;
  border: 1px solid #d7dfea;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
}

.cards .card__item-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right bottom, #3182ed, #0da2e7);
  border-radius: 100px;
}

.cards .card__item-icon svg, .cards .card__item-icon img {
  width: 32px;
  height: 32px;
  position: relative;
  object-fit: contain;
}

.cards .card__title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin: 16px 0;
  color: #0f1729;
}

.cards .card__subtitle {
  font-size: 16px;
  color: #65758b;
}

/*# sourceMappingURL=cards.css.map */

/*# sourceMappingURL=cards.css.map */