.titulo-1.espacio.becas-titulo {
    text-align: center;
    padding: 20px 0px;
}

.portada-becas {
    display: flex;
    justify-content: center;
}

.portada-becas img {
    max-width: 90%;
    height: auto;
}

.imagenes-becas {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.imagenes-becas img {
    max-width: 70%;
    height: auto;
    margin-bottom: 20px;
}

.descargable{
    display: flex;
    justify-content: center;
    gap: 80px;
	padding-bottom: 40px;
	flex-wrap: wrap;
}

.descargable-item a{
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #011b32;
    margin-bottom: 30px;
}

.descargable-item a:hover{
    cursor: pointer;
}

.descargable-item img{
    width: 45px;
    height: auto;
}

.descargable-item span {
    width: 100%;
	font-weight: 500;   
	background: #dde0ec;
	padding: 10px 10px;
	border-radius: 5px;    
}

