.elementor-1633 .elementor-element.elementor-element-ca29dde{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-232819d */.elementor-widget-container{
    justify-content: center;
    display: flex;
}
.pptexto {
    border-radius: 3px;
    max-width: 80%;
    align-items: center;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: black;
    
}

.pptexto h3{
    text-align: center;
    margin: 2rem 0;
    color: #2f2e7c;
}

.pptexto h5{
    color: white;
    margin-top: 2rem;    
    margin-bottom: 1rem;
    
}

.ppt-main{
    margin: 2rem 2rem 2rem 2rem;
    text-align: justify;
}
@media (max-width: 768px) {
   
    .pptexto {
        max-width: 95%; 
        padding: 1rem;
    }
    
    .ppt-main {
        /* Reducimos el margen para que el contenido tenga más espacio */
        margin: 1rem; 
    }
    
    h2, h4 {
        /* Reducimos el tamaño de la fuente para que se vean mejor */
        font-size: 1.2rem;
        margin-top: 1.5rem;
    }

    .lista {
        /* Ajustamos el padding para que la lista no se salga de la pantalla */
        padding-left: 1rem;
    }
}/* End custom CSS */