#lh_news {
    grid-template-columns: 1fr !important;
    gap: 40px;
}

.bg-wrap {
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    padding: 20px;
    text-align: center;
}

.news-card {
    display: flex;
    border: 1px solid #ededed !important;
    padding: 25px;
    box-shadow: 0 0 8px 3px #f1f1f1;
    align-items: center;
}

@media (min-width: 990px) {
    .news-card {
        width: 900px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .news-thumbnails {
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .news-card {
        flex-wrap: wrap;
        justify-content: center;
    }

    .news-thumbnails,
    .news-info {
        width: 100%;
    }

    .news-thumbnails {
        margin-bottom: 30px;
    }

    .news-info {
        text-align: center;
    }
}

.news-thumbnails {
    width: 260px;
}

.pdf-image {
    background-size: contain;
    background-repeat: no-repeat;
    width: auto;
    height: 280px;
    margin: 0 auto;
    background-position: center;
}

.news-heading {
    font-size: 23px;
    margin-bottom: 25px;
}