/* Aplicar fondo gris a los contenedores de texto en la página de inicio */
.home .elementor-widget-text-editor,
.home .elementor-widget-heading .elementor-heading-title {
    background-color: #f5f5f5 !important;
    padding: 15px !important;
    border-radius: 8px !important;
}
