.Hero__Wrapper {
    align-items: center;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vw * 2 / 3);
    margin: 12px 0 0;
}

.Hero__Heading {
    color: #ffffff;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -1.6px;
    line-height: 0.9;
    margin-bottom: 0px;
    max-width: 360px;
    text-align: left;
}

@media (min-width: 960px) {
    .Hero__Wrapper {
        align-items: flex-start;
        height: 211px;
        margin: 50px auto 0;
        max-width: 875px;
    }

    .Hero__Heading {
        font-size: 69px;
        margin-bottom: 0px;
        margin-left: 150px;
        max-width: 400px;
        text-align: left;
    }
}

@media (min-width: 1080px) {
    .Hero__Wrapper {
        height: 300px;
        max-width: 1240px;
    }
}