.wp-block-image {
    margin-bottom: 1.5em !important;
}
@media (min-width: 769px) {
	.left {
		float: left;
		margin: .5em 1em .5em 0;
		width: 50%;
	}
	.left img{
		border-radius: 10px;
	}
	.right {
		float: right;
		margin: .5em 0 .5em 1em;
		width: 50%;
	}
	.right img{
		border-radius: 10px;
	}
}
@media (max-width: 768px) {
	.left {
		margin-bottom: 1em !important;
	}
	.right {
		margin-bottom: 1em !important;
	}
	.left img {
		width: 100%;
		border-radius: 10px;
	}
	.right img {
		width: 100%;
		border-radius: 10px;
	}
}


.wpdtSimpleTable {
    width: 100% !important;
}