body {
scroll-behavior: smooth;
}


.carousel-item img {
height: 75vh;
object-fit: cover;
}


@media (max-width: 768px) {
.carousel-item img {
height: 45vh;
}
}