.wp-block-image {
    margin: 0 0 1em;
}
body.home .is-layout-flex.wp-block-columns{
justify-content: center;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited{
	color: #fff;
}
.home .is-layout-flex.wp-block-buttons.hp_buttons, .home .is-layout-flex.wp-block-buttons.is-content-justification-center {
    row-gap: 0;
}
.is-layout-flex.wp-block-buttons {
    row-gap: 0;
}
.single .single-post-container article >.entry-content>figure {
    margin-bottom: 1.45em;
}
@media(min-width:786px){
.home .wp-container-6.wp-block-columns h1{
margin-top: 22px;
	}
.single .single-post-container article >.entry-content>figure {
    margin-bottom: 1.35em;
}
}
@media(max-width:786px){
.single .single-post-container article >.entry-content>figure {
    margin-bottom: 1.45em;
}
:where(div.wp-block-columns.is-layout-flex) {
    gap: 0;
}
}
