body .block-editor-block-list__layout .dev3-hero-section .wp-block-image,
body .wp-block[data-type="generateblocks/container"].dev3-hero-section .wp-block-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .block-editor-block-list__layout .dev3-hero-section .wp-block-image figcaption,
body .wp-block[data-type="generateblocks/container"].dev3-hero-section .wp-block-image figcaption {
    position: absolute;
    font-size: 26px;
    margin-top: -50px;
}

body .block-editor-block-list__layout .dev3-service-thumb-list .wp-block-image figcaption,
body .wp-block[data-type="generateblocks/container"] .dev3-service-thumb-list .wp-block-image figcaption {
    margin: 0;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    top: 38%;
    width: 100%;
    text-align: center;
}