.projekt-hero.section-wrapper {
    height: 70vh;

    /* fallback för äldre browsers */
    height: 70svh;
    padding-bottom: 0;
}

.projekt-hero .column-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.projekt-hero .column-1 .heading {
    margin-top: var(--spacing-small);
}

.projekt-hero .gradient-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.4) 42%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.41) 85%, rgba(0, 0, 0, 0.63) 100%);
}

.projekt-hero .sub-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .5rem 1rem;
    background: var(--pale);
    border-radius: var(--border-radius-small);
    font-weight: var(--font-weight-bold);
    color: var(--black);
}

.projekt-hero .section-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}

.projekt-hero .value-wrapper {
    margin-top: var(--spacing-large);
    background: var(--color-2);
    padding: var(--spacing-medium);
    border-radius: var(--border-radius-default);
    margin-bottom: -7rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: var(--spacing-default);
    row-gap: 0;
}

.projekt-hero .item h4 {
    margin-bottom: 0;
}

.projekt-hero .item .value {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    column-gap: 5px;
}

.projekt-content {
    margin-top: 8rem;
}

.projekt-content .section-content {
    max-width: 50rem;
}