.privacy_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.grasshopper {
    margin-top: 96px;
    margin-left: 96px;
    width: 250px;
    height: 221px;
}

.grasshopper #grasshopper_animation {
    width: 300px;
    height: 300px;
    margin-left: -20px;
    margin-top: -60px;
}

.large_grasshopper {
    width: 600px;
    height: 511px;
    position: absolute;
    top: 2500px;
    right: 196px;
    z-index: 0;
}

.large_grasshopper svg path {
    fill: var(--white);
}

@media (max-width: 1150px) {
    .large_grasshopper {
        right: 40px;
    }
}

@media (max-width: 800px) {
    .grasshopper {
        display: none;
    }    
}

@media (max-width: 700px) {
    .large_grasshopper {
        width: 500px;
        height: 422px;
    }
}

@media (max-width: 650px) {
    .large_grasshopper {
        display: none;
    }
}