.panelDisminucionGasesEI__carrucel{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr)); /* Cuatro columnas inicialmente */
    grid-template-rows: auto auto;
    align-items: stretch;
    padding-right: 1.5rem;
}

#EspacioV3{
    background-color: rgb(255, 255, 255);
    padding: 0px;
    border-radius: 0;
    box-shadow: 0px 0px 0px rgb(255, 248, 248), 0px 0px 0px rgb(255, 255, 255);
    margin-right: 30px;
    /*PP*/
    max-height: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    min-width: 30rem;
    grid-area: 1/1/4/2;
}
#EspacioV3:hover{
    border: white 0px solid;
}


@media (max-width: 900px){
    .panelDisminucionGasesEI__carrucel{
        display: none; 
    }
}