/* accents.css — Hakkımızda ile aynı accent çizgisi */
.section-title { 
  text-align: center; 
  margin-bottom: 20px; 
  color: #231f20; 
  font-weight: 700;
}
.section-title .accent-line {
  width: 84px;
  height: 4px;
  background: #ed1c24;
  margin: 10px auto 0;
  border-radius: 3px;
}
/* Eğer h1/h2 başlık yanında kullanacaksanız: */
.section-title h1, .section-title h2 { margin-bottom: 8px; }
