.is-style-svg-border {
    position: relative;
    padding: 2rem;
    border: none;
}

.is-style-svg-border::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('../images/border.svg') no-repeat center center;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
}

.is-style-svg-border > * {
    position: relative;
    z-index: 1;
}
