/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/products/features-comparison/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.dm-features-comparison-product-details {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
  justify-content: center;
  align-items: center;
}
.dm-features-comparison-product-details h3 {
  margin: 0;
  font-size: 2.4rem;
}
@media (max-width: 520px) {
  .dm-features-comparison-product-details h3 {
    font-size: 2rem;
  }
}
.dm-features-comparison-product-details img {
  max-width: 150px;
}
@media (max-width: 520px) {
  .dm-features-comparison-product-details img {
    max-width: 75px;
  }
}

.dm-features-comparison .table-header, .dm-features-comparison .table-row {
  display: flex;
}
.dm-features-comparison .table-header .table-element, .dm-features-comparison .table-row .table-element {
  flex: 1;
  text-align: center;
}
.dm-features-comparison .table-header {
  font-weight: bold;
}
.dm-features-comparison .table-row {
  display: flex;
  padding: 24px 32px;
  justify-content: center;
  align-items: center;
  gap: 62px;
  align-self: stretch;
  border-bottom: 1px solid #DFD8DE;
  background: #FFF;
}
@media (max-width: 769px) {
  .dm-features-comparison .table-row {
    gap: 3rem;
    padding: 20px;
    justify-content: initial;
  }
}
.dm-features-comparison .table-row p {
  margin: 0;
}
.dm-features-comparison .table-row .table-element {
  font-size: 1.6rem;
}
.dm-features-comparison .table-row .table-element:first-of-type {
  text-align: start;
}
.dm-features-comparison .table-row-heading {
  background: #F9F8FA;
  font-size: 1.8rem;
  font-weight: 500;
}
.dm-features-comparison .table-row-heading .table-element {
  text-align: center;
}
.dm-features-comparison .table-row-heading .table-element:first-of-type {
  text-align: start;
}

/*# sourceMappingURL=style-index.css.map*/