/* SaaS products grid – equal card and logo heights */

.saas-products-section .row {
	display: flex;
	flex-wrap: wrap;
}

.saas-products-section .news-block-three {
	display: flex;
	margin-bottom: 40px;
}

.saas-products-section .news-block-three .inner-box {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.saas-products-section .news-block-three .inner-box .image {
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	padding: 20px;
}

.saas-products-section .news-block-three .inner-box .image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.saas-products-section .news-block-three .inner-box .image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 180px;
	object-fit: contain;
}

.saas-products-section .news-block-three .inner-box .lower-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.saas-products-section .news-block-three .inner-box .lower-content .content {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.saas-products-section .news-block-three .inner-box .lower-content h4 {
	min-height: 56px;
}

.saas-products-section .news-block-three .inner-box .lower-content .text {
	flex: 1;
}

.saas-products-section .news-block-three .inner-box .lower-content .read-more {
	margin-top: auto;
}

@media (max-width: 991px) {
	.saas-products-section .news-block-three .inner-box .lower-content h4 {
		min-height: auto;
	}
}
