
.blog-post .text-image .text-content {
	width: 100%;
	padding-left: 48px;
}

.blog-post h4 {
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	color: #00afef;
	margin-bottom: 59px;
	text-transform: uppercase;
}

.blog-post h5 {
	font-size: 21px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 15px;
}

.blog-post .text-image .text {
	width: 62%;
}

.blog-post .text-image .img {
	width: 38%;
	height: 100%;
}
.blog-post .text-image .img img{
	object-fit: cover;
}
.blog-post .text-image .text-content .post-data {
	font-size: 14px;
	font-weight: 300;
	color: #525d66;
	margin-bottom: 33px;
}

.blog-post .text-image .text-content p {
	line-height: 1.60;
	color: #525d66;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	margin-bottom: 45px;
}

.blog-post .flex,
.blog-post .text {
	height: 370px;
	overflow: hidden;

	/* min-height: 312px; */
    height: 100%;
}

.blockquotes-strip img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
@media (max-width: 1199px){
	.blog-post .text-image .text-content{
		width: 100%;
	}
	.blog-post .text-image .text-content p { 
		-webkit-line-clamp: 5;
	}
}

@media (max-width: 550px) { 
    .blog-post .text-image .text {
		width: 100%;
		max-width: 330px
	}
	.blog-post .text-image .img {
		width: 100%;
		height: auto;
	}
	.blog-post h4 {
		font-size: 29px;
		margin-bottom: 25px;
	}
	.blog-post .flex,
	.blog-post .text {
		height: auto;
	}
	.blog-post .inner-width {
		max-width: 100%;
	}
	.blog-post .text .text-content p,
	.blog-post h4,
	.blog-post .text-image .sub-title,
	.blog-post .landa-btn {
		padding: 0 20px;
	}

	.blog-post .text-image .flex {
		position: relative;
		flex-wrap: wrap;
	}
	.blog-post .text-image .sub-title {
		position: absolute;
		top: 0;
		left: 0;

	}
	.blog-post .text-image .text-content { 
		padding-left: 0;
	}
	.blog-post .text-image .text-content p {
		-webkit-line-clamp: 7;
	}
	.blog-post .text-image .img {
		padding-top: 100px;
		height: auto !important;
	}
	.blog-post .text-content:after {
		content: '';
		/* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ebebebe8); */
		bottom: 51px;
		position: absolute; 
		z-index: 2;
		width: 100%;
		left: 0;
		display: block; 
		-webkit-box-shadow: inset 0px -15px 10px 0px rgb(255 255 255);
		-moz-box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 1);
		box-shadow: inset 0px -26px 57px 0px rgb(255 255 255);
		height: 48px;
	}
    .blog-post .text-image .text .text-content div {
		max-width: 330px;
		margin: 0 auto;
	}
}