.founders-section {
    text-align: center;
    background: #F5F7FA;
}

.founders-section h2 {
    color: #0F1113;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: bold;
    font-size: 48px;
    letter-spacing: -2%;
    margin-bottom: calc(var(--spacing-unit) * 3);
}

/* .founders-video {
    display: flex;
    margin-inline: auto;
    height: 580px;
    width: 967px;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-radius: 25px;
    font-size: 48px;
    background: #FFFFFF;
    color: #0F1113;
} */

.founders-quote {
    color: #0F1113;
    font-family: 'Inter', sans-serif;
    font-weight: 600; /* semi bold */
    font-size: 36px;
    letter-spacing: -2%;
    max-width: 1080px;
    margin-top: calc(var(--spacing-unit) * 5);
    margin-inline: auto;
}

.founders-name {
    font-size: 36px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    letter-spacing: -2%;
    color: #0F1113;
}