.default img, img.default { width: auto; height: auto; max-width: 100%; }
.rounded img, *.rounded { border-radius: 8px; }

.wp-block-image.full figure { width: 100%; }

.wp-block-column a { color: #19870a; }
.wp-block-columns.has-3-columns { flex-wrap: wrap; }
.wp-block-columns.has-3-columns .wp-block-column { margin-bottom: 1em; }

@media screen and (min-width: 600px) {
	.wp-block-columns.has-3-columns .wp-block-column {
		flex-basis: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.wp-block-columns.has-3-columns .wp-block-column {
		flex-basis: calc(33.3333% - 32px);
	}
}