.product-exp-fragment .keysight-dynamic-title + .keysight-product-experience-fragment.section .rte.aem-GridColumn.aem-GridColumn--default--12 h1 {
  font-size: 2.4375rem;
}
.product-exp-fragment .product-title-text {
  font-size: 2.4375rem;
}
.product-exp-fragment .fragment-default-img {
  display: inline-block;
  margin-right: 2em;
  width: 264px;
}
.keysight-dynamic-title + .keysight-product-experience-fragment.section .rte.aem-GridColumn.aem-GridColumn--default--12 h1 {
  font-size: 2.4375rem;
}
.keysight-product-experience-fragment.section .product-exp-fragment.disco .rte.aem-GridColumn.aem-GridColumn--default--12 h1,
.keysight-product-experience-fragment.section .product-exp-fragment.support .rte.aem-GridColumn.aem-GridColumn--default--12 h1 {
  font-size: 2.4375rem;
}
@media (max-width: 480px) {
  .product-exp-fragment .fragment-default-img {
    margin-right: 0;
  }
  .product-exp-fragment .keysight-dynamic-title + .keysight-product-experience-fragment.section .rte.aem-GridColumn.aem-GridColumn--default--12 h1 {
    font-size: 2.2rem;
  }
}
.keysight-product-experience-fragment:has(.highlights-accordion) {
  padding: 0;
}
.highlights-accordion .panel-text {
  border-top: 1px solid #dbd9dd;
  border-bottom: 1px solid #dbd9dd;
  position: relative;
  cursor: pointer;
  margin-top: 1.2rem;
}
.highlights-accordion .panel-text::after {
  border-style: solid;
  border-width: 0.15rem 0.15rem 0 0;
  border-color: #e90029;
  content: "";
  height: 0.45rem;
  width: 0.45rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.2s ease-in-out;
}
.highlights-accordion .panel-text h2 {
  margin-top: 0;
  line-height: 5rem;
  font-size: 1.125rem;
  text-align: left !important;
}
.highlights-accordion .panel-text.open::after {
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .highlights-accordion .rte.section {
    padding: 0 2.25rem;
  }
}
