.about-hero {
    background: url('/assets/images/about-hero/morten-about.jpg') center/cover no-repeat;
    padding: 80px 20px;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about-hero-content h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.rotating-text {
    font-size: 22px;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    min-height: 28px; /* holder høyden stabil */
}
