.hero {
    display: block;
    box-sizing: border-box;
    height: 450px;
    background-color: #008937;
    clip-path: ellipse(120% 100% at 50% 0%);
    /* clip-path: ellipse(75% 100% at 35% 0%); */
}

.bg-green {
    background-color: #009639 !important;
}

.guest-main-wrapper {
    width: 480px;
}

.text-green {
    color: #009639 !important;
}

#wrapper-left {
    width: 50vw;
}

#wrapper-right {
    margin-left: unset;
}

@media (max-width: 991px) {
    .hero-right {
        display: block;
        box-sizing: border-box;
        height: 380px;
        background-color: #009639;
        clip-path: ellipse(120% 100% at 50% 0%);
        /* clip-path: ellipse(75% 100% at 35% 0%); */
    }

    .guest-main-wrapper {
        width: unset;
    }
}

@media (min-width: 992px) {
    #wrapper-right {
        margin-left: 50vw;
    }
}
