@media (min-width: 576px) { 
	.aemps-home__posts-main {
		display: flex;
		& .aemps-home__main-container { 
			display: flex;
			& .aemps-info__img { width: 100%;}
			& .aemps-info__card { width: 100%;}
		}
		/* & .aemps-info__img { width: 50%;}
		& .aemps-info__card { width: 50%;} */
	}
}

@media (min-width: 768px) { 
	.aemps-home__posts {
		grid-template: "A A";
		grid-template-columns: 1fr 1fr;
	}
	.aemps-home__posts-main {
		grid-area: 1 / span 2;
	}
}