.sec-soluciones{
    margin: 4rem auto;
    max-width: 100rem;
}

.sec-soluciones__titulo{
    font-size: 3.3rem;
    text-align: center;
    margin: 0;
}
.sec-soluciones__descripcion{
    font-size: 1.8rem;
    text-align: center;
    margin: 1rem auto 0 auto;
    max-width: 60rem;
}
@media (min-width: 768px) {
    .sec-soluciones__titulo{
        font-size: 4rem;
    }
  
}
/* Soluciones Grid */ 
.sec-soluciones__grid{
    margin-top: 5rem;
    display: grid;
    gap: 2rem;
}
.sec-soluciones__grid.segunda-fila{
    margin-top: 4rem;
}

.sec-soluciones__card-titulo{
    font-size: 3rem;
    text-align: center;
    margin: 0;
    line-height: 1;
   
}
.sec-soluciones__card-titulo span{
    font-size: 1.8rem;
}
.sec-soluciones__card-descripcion{
    font-size: 1.6rem;
    text-align: center;
    margin: 1.5rem auto;
    max-width: 40rem;
  
}
.sec-soluciones__acciones{
    margin-top: 2.5rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.sec-soluciones__card-video{
    text-align: center;
}
.sec-soluciones__card-video video{
    max-width: 50rem;
    max-height: 39rem;
   
}
@media (min-width: 768px) {
    .sec-soluciones__grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
        margin-top: 6rem;
        align-items: center;
    }
    .sec-soluciones__card-titulo{
        font-size: 4rem;
        text-align: left;
    }
    .sec-soluciones__card-titulo span{
        font-size: 2.2rem;
    }
    .sec-soluciones__card-descripcion{
        text-align: left;
        margin: 1.5rem 0;
    }
    .sec-soluciones__acciones{
        display: flex;
        gap: 1rem;
        justify-content: start;
    }
    .video-carga-pesada{
        order: 1;
    }
  
}