.section__title.section__title--head {
  font-size: 0 !important;   /* yazıyı görünmez yapar */
  color: transparent !important;
}

.section__title.section__title--head::before {
  content: "" !important;    /* boş içerik */
}