@media(min-width:768px){
	.is-style-left-featured-image .wp-block-post-template:not(.is-flex-container):not(.is-layout-grid) .wp-block-post-featured-image {
		float: left;
		margin-right: 2rem;
		width: 39%;
		clear: both;
	}
    .is-style-left-featured-image .wp-block-post-template:not(.is-flex-container):not(.is-layout-grid) .wp-block-post-featured-image img {
        height: 320px;
		object-fit: cover;
    }
	.is-style-left-featured-image .wp-block-post-template:not(.is-flex-container):not(.is-layout-grid) > li >div::after {
		display: table;
		content: '';
		clear: both;
	}
}