.wp-template-about .wp-block-group {

	padding: 1.875rem;
}

@media screen and ( min-width: 768px ) {
	.wp-template-about .wp-block-group figure {
		float: left;
		margin-right: 1.25rem !important;
		margin-bottom: 0.625rem;
		width: 25rem;
	}
	.wp-template-about .entry-content p {
		margin-top: 0;
	}
}
@media screen and ( min-width: 1200px ) {
	.wp-template-about .wp-block-group {
		padding: 1.875rem 6.25rem;
	}
}
