.center{
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
}


img{
    width: 750px;
    height: 650px;
}

@media screen and (max-width: 768px){
    img{
        width: 100%;
        height: 350px;
    }
    
  
}