.section-header__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .section-header__title {
    font-size: 32px;
    line-height: 1.3;
  }
}