.slideshow-container{
    margin-top: 115px;
}
.Slides{
    width: 100%;
    height: 470px;
}

.card {
    border-radius: 12px;
    transition: transform 0.3s ease;
}
.card:hover {
    transform: scale(1.02);
}
/* Mobile view: remove margin */
@media (max-width: 767px) {
    .slideshow-container {
        margin-top: 0;

    }
    .Slides{
    width: 100%;
    height: 250px;
}