.pattern-usps-section-alt {
    position: relative;
    z-index: 0;
}
.pattern-usps-section-alt::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 50%;
    height: 40%;
    background-image: url('../../decorations/bottom-left-rect-alt.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
.pattern-usps-section-alt > .wp-block-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--wp--preset--spacing--50);
}