
.blog-posts-block {padding:100px 0;}
.blog-posts-block .blog-posts {display:flex; flex-wrap:wrap; margin:0 -21px;}
.blog-posts-block .blog-posts .blog-post {flex:0 0 calc(50% - 42px); margin:0 21px 42px; display:flex; flex-direction:column;}
.blog-posts-block .blog-posts .blog-post .thumbnail {position:relative; aspect-ratio:16/9; display:block; margin-bottom:15px;}
.blog-posts-block .blog-posts .blog-post .thumbnail img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.blog-posts-block .blog-posts .blog-post h2 {font-size:30px; color:var(--color-headline); text-transform:uppercase; margin-bottom:15px;}
.blog-posts-block .blog-posts .blog-post h2 a {font-weight:bold; text-decoration:none; line-height: normal}
.blog-posts-block .blog-posts .blog-post .wysiwyg {margin:auto 0 15px;}
.blog-posts-block .blog-posts .blog-post .button-wrapper {}

@media (max-width:700px) {
	.blog-posts-block {padding:50px 0;}
	.blog-posts-block .blog-posts {display:block;}
	.blog-posts-block .blog-posts .blog-post h2 {font-size:20px}

}