.attachment-medium.size-medium.wp-post-image {
  width: 100%;
		border-radius: 18px;
		max-height: 200px;
 object-fit: cover;
}

.wp-block-latest-posts__post-title {
  font-family: roboto condensed;
		font-size: 24px;
		color: black;
		text-decoration: none !importatn;
}

:root :where(.wp-block-latest-posts.is-grid) {
  padding: 24px;
}