/* Forzar texto responsivo en la cabecera de la plantilla Shaper Finance */
@media (max-width: 768px) {
    #sp-page-title h2, 
    #sp-page-title h1, 
    .sp-page-title h2, 
    .sp-page-title h1,
    .sppb-addon-title {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    /* Ajustar el espaciado para que la chica y los electrodomésticos se vean bien en el celular */
    #sp-page-title, .sp-page-title {
        padding: 50px 0 !important;
    }
}