  .u-bgCircle-small.gold::before {
    background-color: var(--gfColors-gold);
    height: 8rem;
    width: 8rem;
    top: -2rem;
    left: 5.5rem;
}
    
@media(min-width:768px) {
.u-bgCircle-small.gold::before {
    left: 7rem;
    height: 10rem;
    width: 10rem;
    top: -2.5rem;
}
}

.alternatingPhotos-content>*:first-child::before {
    content: "“";
    font-family: var(--gfVars-headerFont);
    color: var(--gfColors-gold);
    display: block;
    float: none;
    font-size: 10rem;
    line-height: 1;
    margin: -2rem 0 -0.5em 0;
}
.alternatingPhotos-holder {
    row-gap:1rem;
}