.founder-section {
    width: 100%;
    margin: 80px 0;
    padding: 0 40px;
    position: relative;
    text-align: left;
    max-width: 1200px;
}

.quote-icon {
    font-size: 20rem;
    color: #e5e7eb;
    position: absolute;
    top: 0;
    right: 40px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    z-index: 0;
    opacity: 1;
}

blockquote {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    color: #111827;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    max-width: 60%;
}

.founder-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.founder-photo {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    object-fit: cover;
    margin-left: 40px;
}

.founder-info h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    color: #111827;
}

.founder-info p {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

@media (max-width: 600px) {
    .quote-icon {
        font-size: 6rem;
        right: 20px;
        top: -20px;
    }

    blockquote {
        font-size: 1.5rem;
    }
}