.margin-bottom-3{
	margin-bottom: 3rem;
}
.contenedor-imagen-descargas{
	width: 100%;
    height: 350px;
    overflow: hidden;
}
.contenedor-titulo-descargas{
    height: 160px;
}
.contenedor-parrafo-descargas{
	height: 110px;
}
.carousel-text-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.img-descargas{
	width: 100%;
	height: auto;
}
@media (max-width: 1024px){
	.contenedor-imagen-descargas {
	    height: 280px;
	}
}
@media (max-width: 425px){
	.contenedor-imagen-descargas {
    	height: auto;
	}
	.contenedor-parrafo-descargas {
	    height: auto;
	}
}