.carousel {
max-width: 1000px;
margin: auto;
}

.carousel-item img {
width: 100%;
height: 400px;
object-fit: cover;
border-radius: 8px;
}

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

.card-img-top {
height: 250px;
object-fit: cover;
}

.card {
height: 100%;
}

.card-body {
display: flex;
flex-direction: column;
justify-content: space-between;
}

.card h6 {
font-size: 14px;
}

footer a {
text-decoration: none;
}

footer a:hover {
text-decoration: underline;
}