/* Shared hero labels for WEB-ITDR, E-ITDR and their solutions.
   The existing section-caption-border supplies the border, padding and radius. */
#main .page-section h2.section-caption-border:is(.product-caption, .sol-product-caption) {
  font-size: 18px !important;
  font-weight: 650 !important;
  line-height: 1.6 !important;
  letter-spacing: .04em !important;
}

#main .page-section h2:is(.product-caption, .sol-product-caption) :is(.product-caption-name, .sol-product-name) {
  color: #36c958;
  white-space: nowrap;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #main .page-section h2.section-caption-border:is(.product-caption, .sol-product-caption) {
    font-size: 16px !important;
  }
}
