.proyecto1{
    padding: 4rem 1rem;
}
.proyecto1 h2{
    font-family: 'Whitney';
    font-weight: 600;
    font-size: 2rem;
    color: #727378;
}
.proyecto1 h3{
    font-family: 'Whitney';
    font-weight: 500;
    font-size: 1.5rem;
    color: #727378;
}
.proyect_info p{
    color: #292929;
}
.home1{
    background-position: center;
    background-size: cover;
    background-color: #ccc;
    height: 245px;
}

@media(min-width: 768px){
    .proyecto1{
        padding: 6rem 1rem 4rem;
    }
    .proyect_info{
        padding-top: 7rem;
    }
    .proyecto1 h2{
        font-size: 2.5rem;
    }
    .proyecto1 h3{
        font-size: 1.8rem;
    }
    .home1{
        height: 300px;
    }
}

@media(min-width: 992px){
    .proyecto1 h2{
        font-size: 3rem;
    }
    .proyecto1 h3{
        font-size: 2rem;
    }
    .home1{
        height: 400px;
    }
}

@media(min-width: 1200px){
    .proyecto1 h2{
        font-size: 3.5rem;
    }
    .proyect_info p{
        font-size: 1.1rem;
    }
    .home1{
        height: 500px;
    }
}

@media(min-width: 1360px){
    .home1{
        height: 540px;
    }
}

@media(min-width: 1440px){
    .home1{
        height: 600px;
    }
}

@media(min-width: 1600px){
    .home1{
        height: 700px;
    }
}