.aliados{
    width: 100%;
    padding: 20px;
    height: 500px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.aliados_title{
    margin-bottom: 60px;
}

@media only screen and (min-width: 700px) {
    .aliados{
        height: 700px;
    }
}