.elementor-1935 .elementor-element.elementor-element-dc7ddb3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-dc7ddb3 */.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 h2{
    text-align: center;
    margin: 2rem 0;
    color: #152b75;
}

.pptexto h5{
    color: black;
    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 */