.wp-block-group.counter-section {
    background-color: unset;
    background: linear-gradient(var(--wp--preset--color--background), var(--wp--preset--color--background) 35%, var(--wp--preset--color--alt-background) 35%, var(--wp--preset--color--alt-background));
}

.wp-block-group.kongress-bubble {
    mask: url(/wp-content/themes/slniecko/assets/images/mask-bubble.svg) no-repeat;
    mask-size: contain;
    mask-position: center;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}