.paie__homepage .hero {
    margin-bottom: 22rem;
}

.paie__homepage h3 {
    color: var(--purple-light);
}

.img__pickaxe {
    width: 75%;
}


@media screen and (min-width: 768px) {
    .paie__homepage .hero {
        margin-bottom: 0;
    }

    .img__pickaxe {
        width: 20rem;
    }

    .paie__homepage .bg-right {
        background-position: right -23rem bottom 17rem;
        background-position-y: center;
    }
}

@media screen and (min-width: 1024px) {
    .paie__homepage .bg-right {
        background-position: right -35rem bottom 10rem;
        background-position-y: center;
    }
}

@media screen and (min-width: 1200px) {
    .img__pickaxe {
        width: 30rem;
    }
}

@media screen and (min-width: 1500px) {

    .paie__homepage .left {
        width: 100%;
        z-index: -1;
        bottom: 5%;
        right: 60%;
    }

    .paie__homepage .right {
        width: unset;
        z-index: -1;
        bottom: 25%;
        left: 60%;
    }
}