/* ĂltalĂĄnos H1 a tartalom-terĂźletre */
.content-area h1,
.post h1 {
    font-size: 1.9rem !important;
    line-height: 1.3;
    font-weight: 700;
    margin: 1.2rem 0 0.8rem;
    text-align: center;
}

@media (max-width: 600px) {
  h1 {
    font-size: 1.5rem;  /* kb. 24px */
    line-height: 1.25;
    margin-top: 0.75rem;
  }
}