.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-10px);
}

.card-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #003D5D;
}

.card-text {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}

.news-img {
    height: 100%;
    object-fit: cover;
    border-radius: 0.25rem 0 0 0.25rem;
}
.carousel-inner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.news-img {
    max-height: 300px; /* Adjust the height according to your design */
    width: 100%;
}

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