.card-repeater::before {
    content: "";
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.card-repeater__card{
    border: 1px solid var(--primary-palette-yellow-200);
    box-shadow: 0px 4px 4px 0px #00000026;
}
