@media screen and (min-width: 901px){
    .Projects__card_img{
        width: 100%;
        height: auto;
        min-height: 170px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
}
@media screen and (max-width: 900px){
    .Projects__card_img{
        width: 100%;
        height: auto;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
}
@media screen and (max-width: 600px){
    .Projects__card_img{
        width: 100%;
        height: auto;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
}
@media screen and (max-width: 300px){
    .Projects__card_img{
        width: 100%;
        height: auto;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
}