/*
Theme Name: Eventme Child Theme
Theme URI: http: //ovatheme.com
Description: This is child theme of Eventme
Author: Ovatheme
Author URI: http://ovatheme.com
Template: eventme
Version: 2.5.4
Text Domain:  eventme-child
*/
/* Estilo por defecto (Escritorio y tamaños grandes) */
.slide-title {
    font-size: 30px; /* Tamaño grande para escritorio */
    color: #9bc20d;
}

/* Media Query para corregir el tamaño en móvil */
@media (max-width: 768px) {
    .slide-title {
        font-size: 24px; /* Tamaño adecuado para móvil */
        line-height: 1.2;
    }
}