<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pq_product_features .product_features_main {
  max-width: var(--page-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.pq_product_features .product_features_title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5;
  color: #191919;
  margin: 0;
}

.product-features-content iframe {
  display: inline;
}
.product-features-content video {
  display: inline;
}
</pre></body></html>