.hero.section-wrapper {
    min-height: 55svh;
    display: flex;
    align-items: flex-end;
}

.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%);
}

.fp-hero-wrapper {
    padding: 0 var(--spacing-small);
}

.fp-hero-wrapper .hero {
    border-radius: var(--border-radius-default);
    overflow: hidden;
}

.hero .section-content {
    display: flex;
    align-items: flex-end;
    z-index: 2;
}

.hero .column-1 {
    max-width: 42rem;
    margin-bottom: var(--spacing-default);
}

