.custom-comment-section .section-header-new .section-heading{ margin:0; font-weight: var(--font-body-weight-semi); line-height: var(--font-body-line-height); }
.custom-comment-section{  border-radius: var(--border-radius-main); background-color: rgb(var(--color-background)); }

@media screen and (max-width:767px){
  .custom-comment-section .section-header-new .section-heading{ font-size: calc(var(--font-heading-h6-scale) * 1.4rem); }
}
