.has-text-align-center {
    text-align: center;
}

.has-text-align-center b{
	font-weight: 700;
	line-height: 1.7em;
	font-size: 36px;
}

h3.has-text-align-center{
	margin: 1.5em 0 1.2em;
    clear: both;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 2px rgb(255 255 255 / 90%);
}
h3.has-text-align-center:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
	position: relative;
    top: 9px;
    width: 30%;
    border-bottom: 1px solid #337ab7;
    border-bottom-color: #d01010;
}
.wp-block-image {
    max-width: 100%;
	margin-bottom: 1em;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
    display: table;
}