.pricings {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.pricings .pricing {
  padding: 25px;
  border-radius: 25px;
  background: #ececec;
}
.pricings .pricing .plan-name {
  font-weight: bold;
  font-size: 36px;
}
.pricings .pricing .plan-price {
  font-size: 24px;
}
.pricings .pricing .details {
  margin-top: 25px;
}
.pricings .pricing .use-case {
  font-weight: 500;
}
.pricings .pricing .title {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}

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