/* Title at 20px on mobile - Zoho Sites */
@media (max-width: 768px) {
  .zso-header h1, .site-title, .encabezamiento {
    font-size: 20px !important;
    text-align: center !important;
    line-height: 1.3 !important;
    padding: 10px 12px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}