.section-landing_hero {
    background-size: cover;
    color: var(--tateru-color-white);
}

.section-landing_hero .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.section-landing_hero .heading {
    margin-bottom: calc(var(--tateru-default-padding) / 2);
}

.section-landing_hero h1 {
    font-size: 80px;
    font-family: var(--tateru-primary-font);
}

.section-landing_hero h1 em {
    font-family: var(--tateru-heading-font);
}

.section-landing_hero svg {
    height: 40px;
}

.section-landing_hero .logo svg .cls-1 {
    fill: var(--tateru-color-white);
}

@media screen and (max-width: 1000px) {
    .section-landing_hero h1 {
        font-size: 50px;
    }
}
