/* Home page latest stories section */

.hp-latest-news-post .news-card-container {
	padding: 50px 30px!important;
}

.hp-latest-news-post .news-card-container .e-con-inner {
	padding: 0 !important;
}

.hp-latest-news-post .news-card-text-container {
	max-width: 80% !important;
}

.hp-prev-latest-news-posts h5 {
	font-size: 16px !important;
    line-height: 20px !important; 
}


/* Home page testimonial and button section below latest news */

.testimonial-blue-bg-txt .testimonial-text {
	margin-bottom: 30px !important;
}

.hp-btn-below-new-news {
	min-width: 300px !important;
}

@media (max-width: 767px) {

	.hp-btn-below-new-news {
		width: 100% !important;
	}

}

/* Home page values grid */

.our-values-grid {
	aspect-ratio: 1/1;
}

.our-values-grid-img img {
	aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}