  @media (min-width:1200px) {
    .gold-doodle {
        position:relative;
    }
   .gold-doodle::after {
        content:"";
        width: 7rem;
        height:8rem;
        background-image:url(/__template/t1/images/doodle-illustrations/gold-arrow-twisted.png);
        background-repeat:no-repeat;
        background-size:contain;
        position:absolute;
        top: 2.3rem;
        z-index: 10;
        display: block;
        transform: rotate(0deg);
        left: 59%;
    }
}