.wp-block-chm-gutenberg-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    min-height: 5rem;
    background-color: transparent;
    width: 100%;
}
