/*
Theme Name: Environment Victoria
Author: Agency
Author URI: http://agency.sc
Version:
License:
License URI:
Description:
*/

.posts-container.two-posts{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	height: auto !important;
}
.posts-container.two-posts article{
	position: relative !important;
	width: 100%;
	margin: 0 0 30px;
	left: auto !important;
	right: auto !important;
	top: auto !important;
}
@media only screen and (max-width: 900px) {
	article .image-container{
		height: 250px;
	}
}

@media only screen and (min-width: 900px) {
	.posts-container.two-posts article{
		width: 49%;
	}
}
