/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 03 2025 | 09:18:21 */
.frontline_news_grid .pp-content-grid-post-image a img {
	aspect-ratio: 407/271 !important;
	object-fit: cover;
}

.frontline_news_grid .pp-content-grid-post-title a {
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	height: 80px;
}