.section-text {
    padding: 0 30px;
}

.section-text h2 {
    margin-bottom: 56px;
    text-align: center;
}

.section-text h2::before {
	height: 4px;
}

.site.graduate .section-text h2::before {
	background: linear-gradient(to right, var(--first-graduate-color-primary), var(--first-graduate-color-secondary));	
}

@media (min-width: 1024px) {
  .section-text {
    padding: 0 88px;
  }
}