.post .entry-title > a {
  font-size: 24px;
}
.ast-row .entry-title {
  line-height: 28px;
}
@media screen and (max-width: 375px) {
  .post .entry-title > a {
    font-size: 22px;
  }
  .ast-row .entry-title {
    line-height: 28px;
  }
}
