.acf-block--imgbox{--bs-link-color-rgb:255,255,255}
.acf-block--imgbox .inner{
    position:relative;
    border-radius:var(--bs-border-radius);
    overflow:hidden
}
.acf-block--imgbox .box-hovered,.acf-block--imgbox .box-title{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    padding:22px;
    transition:all .3s ease
}
.acf-block--imgbox .box-hovered{
    opacity:0;
    top:0;
    bottom:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(var(--bs-black-rgb),.5)
}
.acf-block--imgbox .box-title{
    color:var(--wp--preset--color--white);
    font-size:19.072px;
    font-weight:700;
    line-height:131.981%;
    margin-bottom:0;
    background:var(--wp--preset--color--maroon-red);
    bottom:0
}
.acf-block--imgbox:hover .box-hovered{opacity:1}
.acf-block--imgbox:hover .box-title{background:var(--wp--preset--color--goldenrod)}