.item1 {
    scale: 45%;
}

.item2 {
    scale: 45%;
}

.wrapper {
    margin-top: 100px;
    display: grid;
    grid-gap: 560px;
    grid-row-gap: 550px;
    grid-template-columns: repeat(2, 150px);
    grid-template-rows: repeat(3, 0px);
}
.arrow {
    position: absolute;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -205px;
}
/* Start https://www.cursors-4u.com */
* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-7/nat659.cur), auto !important;
} /* End https://www.cursors-4u.com */
