.hero_top_bgnd {
    display: flex;
    min-height: clamp(320px, 17vw, 400px);
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: circle(400vw at 50vw calc(-1vw * 384));
}

