
    .team.svelte-uypn5v {
        background: linear-gradient(to bottom, white 0%, #f9fafb 100%);
    }
    
    /* Für bessere Bildverhältnisse */
    .aspect-w-3.svelte-uypn5v {
        position: relative;
        padding-bottom: 133.333333%;
    }
    
    .aspect-w-3.svelte-uypn5v img:where(.svelte-uypn5v) {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        -o-object-fit: cover;
           object-fit: cover;
    }

    html {
        scroll-behavior: smooth;
    }
