.block-hero-post > .wp-block-group {
    transform: translateY(80px);
}
.block-hero-post:after {
	content: '';
	position: absolute;
    bottom: -300px;
    left: calc(50% + 600px);
	height: 859px;
	width: 477px;
	background: url('/app/themes/sea-index/src/images/larvacean.svg') no-repeat center;
	background-size: contain;
	pointer-events: none;
    transform: scale(-1.2) rotate(85deg);
}
.block-hero-post .wp-block-group {
    z-index: 10;
}