
.post-tizer-gblock .tizer-post-item-image-container {
	height: 300px;
}

@media (max-width: 1000px) {
	.post-tizer-gblock .tizer-post-item-image-container {
		height: 252px;
	}
}

.post-tizer-gblock .tizer-post-item-image-container img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.post-tizer-gblock .tizer-post-item-title {
	font-size: 26px;
	line-height: 33px;
	color: #424242;
	font-weight: 300;
	margin-top: 25px;
}

@media (max-width: 1000px) {
	.post-tizer-gblock .tizer-post-item-title {
		font-size: 22px;
		line-height: 120%;
	}
}

.post-tizer-gblock .tizer-post-item-footer {
	margin-top: 20px;
}

@media (max-width: 1000px) {
	.post-tizer-gblock .tizer-post-item-footer {
		margin-top: 12px;
	}
}

.post-tizer-gblock .posts-container {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.post-tizer-gblock .posts-container.posts-in-row-2 {
	gap: 20px 50px;
}

.post-tizer-gblock .posts-container.posts-in-row-2 .tizer-post-item {
	width: calc(50% - 25px);
}

.post-tizer-gblock .posts-container.posts-in-row-3 {
	gap: 20px;
}

.post-tizer-gblock .posts-container.posts-in-row-3 .tizer-post-item {
	width: calc(33.3% - 13.3px);
}

@media (max-width: 1000px) {
	.post-tizer-gblock .posts-container.posts-in-row-2, .post-tizer-gblock .posts-container.posts-in-row-3 {
		gap: 40px;
	}
	
	.post-tizer-gblock .posts-container.posts-in-row-2 .tizer-post-item, .post-tizer-gblock .posts-container.posts-in-row-3 .tizer-post-item {
		width: 100%;
	}
}

.post-tizer-gblock .tizer-post-item {
	display: inline-block;
	text-decoration: none;
}
