.hero-container-global {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 5rem;
    width: 100dvw;
}

.ev-hero {
    background-image: url('../images/ev.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    width: 100%;
    /* aspect-ratio: 9 / 9; */
}