  .add-gold-star {
    position:relative;
}
.add-gold-star::after {
    content: "";
    background-image: url(/__template/t1/images/doodle-illustrations/gold-stars.svg);
    background-repeat: no-repeat;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: -2rem;
    left: calc(50% - 11rem);
}
@media (max-width:575.98px) {
    .add-gold-star::after {
        width: 2rem;
        height: 2rem;
        left:calc(50% - 8rem);
    }
}