.news-update-content,
.news-updates-listings {
	padding: 80px 0;
}
.news-update-content, .link {
	margin-bottom: 30px;
}
.news-update-content h4,
    color: var(--red);
}

.news-update-content h5 {
    color: var(--red);
}

.news-update-content .col-lg-7 {
    font-size: 16px;
}

.news-updates-listings .title {
    color: var(--dark-gray);
    font-size: 30px !important;
    font-weight: 700;
}

.news-update-content .image,
#news-updates-results .image {
    border-radius: 0px;
    overflow: clip;
}
#news-updates-results .image {
    margin-bottom: 25px;
}
.news-update-content .image img,
#news-updates-results .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#news-updates-results .item .title .h4 {
    font-weight: 700;
}
#news-updates-results .item .subtitle .h5 {
    font-weight: 700;
    color: var(--dark-gray);
}
#news-updates-results .item .title .h4 a,
#news-updates-results .item .subtitle .h5 a {
    text-decoration: none;
    color: inherit;
}
#news-updates-results .item .text {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.news-update-content .text p + ul {
    margin-top: -.9rem;
}

.news-update-navigation .btn-link {
    --bs-btn-color: var(--dark-gray);
}

@media (max-width: 767px) {
    .news-update-content .image {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
.news-update-content,
.news-updates-listings {
    padding: 60px 0;
	}
}