.news-title {
    font-size: 10rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 40px;
}

.news-card img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.news-card {
    margin-bottom: 60px;
}

.news-text h5 {
    font-size: 2rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .news-img {
        height: 220px;
    }
    .news-title {
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
    margin: 0px 0;
}
}