.item1 img,
.item2 img {
    max-width: 700px;
}

.wrapper {
    margin-top: 100px;
    margin-bottom: 70px;
    display: grid;
    grid-gap: 560px;
    grid-row-gap: 530px;
    grid-template-columns: repeat(2, 150px);
    grid-template-rows: repeat(5, 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 */
