@media screen and (max-width: 1000px) {
    .projects .list_projects ul li{
        width: 50rem;
        margin-bottom: 3rem;
    }
    .projects .list_projects ul{
        flex-direction: column;
        align-items: center;
        height: 100%;
    }
    .projects .list_projects ul li img{
        height: 100%;
    }
    .projects{
        background: linear-gradient(180deg,  rgba(71,27,72,1) 0%, rgba(71,27,72,1) 20%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
    }
}
@media screen and (max-width: 600px){
    .projects .list_projects h5{
        font-size: 3.5rem;
    }
    .projects .list_projects ul li{
        width: 90%;
    }
    .projects .list_projects ul{
        padding-bottom: 3.2rem;
    }
}
@media screen and (max-width: 500px){
    .projects .list_projects ul li .desc_project h6{
        font-size: 2rem;
        line-height: 2rem;
        padding-bottom: 1rem;
        min-height: unset;
    }
    .projects .list_projects ul li .desc_project p{
        font-size: 1.4rem;
        line-height: 1.8rem;
        text-align: center;
    }
    .projects .list_projects ul li .desc_project span{
        display: block;
        width: 100%;
        text-align: center;
    }
    .projects .list_projects ul li .desc_project h2{
        text-align: center;
    }
    .projects .list_projects ul li .desc_project{
        padding: 1.5rem;
    }
    .projects .list_projects ul li{
        width: 100%;
    }
}