hey the style of question title on both question page and home page are entirely different.
In home page :
.qa-q-item-title a {
font-size: 23px;
}
But in question page You need to write a new css in you theme's qa-style.css :
h1 {
font-size: 23px;
}
hope this will help you