/* Enter Your Custom CSS Here */
.image-with-border{
	padding:10px;
	border: 1px solid #d3d6d8;
	border-radius: 4px;
}
.wp-block-image img{
	padding:10px;
	border: 1px solid #d3d6d8;
	border-radius: 4px;
}
.is-style-rounded img {
border-radius:4px;
}
.is-style-default img {
border-radius:4px;
}
.wp-block-image:not(.is-style-rounded) img{
	border-radius:4px;
}
h2{
	font-size:24px;
	font-weight:600;
	border-left:6px solid #3370ff;
	padding:0 12px 0;
}