/* Heimdall Studio v0.19.4 - About hero copy refresh */

.about-hero-copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.about-hero-copy h1 {
    margin-top: 0 !important;
}

.about-hero-line {
    display: block !important;
}

.about-hero-line-primary {
    color: inherit !important;
}

.about-hero-line-accent {
    color: var(--color-accent, #4aa8e8) !important;
}

.about-hero-copy > p {
    max-width: 49rem !important;
    margin-top: clamp(1.5rem, 2.2vw, 2rem) !important;
}

html[lang="nl"] .about-hero-copy h1,
html[lang="en"] .about-hero-copy h1 {
    line-height: 1.02 !important;
}

@media (max-width: 900px) {
    .about-hero-copy {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}
