.c-img{
    height: 50vh;
}
.c-img div{
    padding-top: 10%;
}
.c-img img{
    width: 100%;
    height: 100%;
    -webkit-filter: saturate(150%) opacity(70%);
    filter: saturate(150%) opacity(70%);
    object-fit: cover;
    object-position: 50% 50%;
}
.section1 img{
    object-fit: cover;
}
body{
    background-color: #fff;
}
.card:not(.c-img) img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}