.plane-properties__group-header {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
.plane-properties__list {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 10px;
}
.plane-properties__item {
  width: 134px;
  max-width: 134px;
}
.plane-properties__item-value {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #2F3C64;
  text-wrap: nowrap;
}
.plane-properties__item-label {
  font-size: 12px;
  line-height: 14.4px;
}

/*# sourceMappingURL=properties-list.css.map */
