.component-section-header {
  margin: 0 auto 3rem auto;
}

.component-section-header--title {
  margin: 0 0 1.6rem;
}

.component-section-header--content {
  margin: 0;
}

.component-section-header.component-section-header--hr .component-section-header--title {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.component-section-header.component-section-header--hr .component-section-header--title:before,
.component-section-header.component-section-header--hr .component-section-header--title:after {
  content: '';
  border-bottom: 0.1rem solid rgb(var(--color-gainsboro));
  display: block;
  flex: 1;
}

.component-section-header:not(.center) .component-section-header--title:before {
  display: none;
}