.carausel-images{
    width: 100%;
    height: 650px;
    background-color:rgb(230, 236, 238);
}
img.slide{
     width: 60%;
    height:600px;
}
.order-section{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.coloumn-cards{
    display: flex;
    justify-content: center;
}

