#post-head .case-study-main-heading {
  font-size: 25px;
}

/* Responsive */
@media only screen and (min-width: 768px) {
  #post-head .case-study-main-heading {
    font-size: 22px;
  }
}