.card1{
    background-color: #C4D6E4 ;
    height: 600.38px;
}
.card1 img{
    position: relative;
    top: 35%;
}

@media screen and (max-width:1650px) {
    .card1{
        background-color: #C4D6E4 ;
        height: 600.38px;
    }
    .card1 img{
        position: relative;
        top: 35%;
    }
}


@media screen and (max-width:1300px) {
    .card1{
        background-color: #C4D6E4 ;
        height: 521.38px;
    }
    .card1 img{
        position: relative;
        top: 35%;
    }
}