.comparison {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .comparison__table-wrap {
    overflow-x: scroll;
    position: relative;
  }
}
.comparison__table-wrap .sticky-text {
  position: sticky;
  left: 1rem;
  z-index: 4;
}
.comparison__table {
  width: max-content;
  max-width: 550px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .comparison__table {
    max-width: 768px;
  }
}
.comparison__table[data-colcount="2"] .comparison__cell-content {
  width: 50svw;
}
.comparison__table[data-colcount="3"] .comparison__cell-content {
  width: 40svw;
}
.comparison__table[data-colcount="4"] .comparison__cell-content {
  width: 40svw;
}
.comparison__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.comparison__row-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
}
.comparison__cell {
  display: flex;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 1rem;
}
.comparison__cell-content {
  flex-grow: 1;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
.comparison__cell-content-item {
  margin-bottom: 0.75rem;
  position: relative;
}
.comparison__cell-content-item h4 {
  font-weight: bold;
}/*# sourceMappingURL=comparison.css.map */