.wp-block-post-title {display: none;}
.acf-hero {
position: relative;
width: 100vw;
height: 500px;
margin-left: calc(50% - 50vw);
overflow: hidden;
margin-bottom: 220px;
} .acf-hero .hero-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin-bottom: 100px;
} .acf-hero .hero-box {
position: absolute; top: 410px;
left: calc(50vw - 700px);
transform: translateY(-50%);
background: #E04729;
opacity: 0.8;
padding: 0 30px 50px;
max-width: 400px;
color: #fff;
} .acf-hero .hero-title {
color: #fff;
line-height: 1.1;
font-weight: 500;
font-size: 36px;
} .acf-hero .hero-desc {
color: #fff;
line-height: 1.3;
}
main.wp-block-group, main.wp-block-group .entry-content {
margin: 0;
margin-block-start: 0;
padding-top: 0 !important;
} @media (max-width: 1400px) {
.acf-hero .hero-box {
left:30px;
right: 30px;
max-width: 400px;
width: calc(100% - 60px);
}
}