.latest_posts {
	display: flex;
	gap: 24px;
	margin-bottom: 50px;
}

.latest_posts:last-child {
	margin-bottom: 0;
}

.latest_posts__title {
	flex: 0 0 273px;
}

@media (max-width: 991px) {
	.latest_posts {
		flex-direction: column;
	}

	.latest_posts__title {
		flex: 1;
	}

	.latest_posts__title br {
		display: none;
	}
}

@media (max-width: 767px) {
	.latest_posts .blog_grid li.blog_card {
		min-width: 268px;
	}	

	.latest_posts ul.blog_grid {
		flex-wrap: nowrap;
		gap: 15px;
	}

	.latest_posts__wrapper {
		overflow: auto;
	}
}
