#share-hike-container {
    background-color: var(--primary-100);
    z-index: 1;
}

#share-hike-container>img {
    z-index: -1;
    width: 381.461px;
    height: 560.158px;
    transform: rotate(75.212deg);
    left: 400px;
    bottom: -115px;
}

#share-hike-text {
    width: 453px;
}


@media screen and (max-width: 540px) {

    #share-hike-container {
        width: 336px;
    }

    #share-hike-text {
        width: 100%;
    }

    #share-hike-container>img {
        z-index: -1;
        width: 381.461px;
        height: 560.158px;
        transform: rotate(75.212deg);
        left: 90px;
        bottom: -120px;
    }

}