/* css/components/Chinadesk/Intro.css */
.chinadesk-intro-section {
    padding: 4rem 0;
    background-color: var(--koeleman-white);
}

.chinadesk-intro-section .intro-text {
    font-size: 1.125rem;
    line-height: 1.7;
    max-width: 80ch;
    margin: 0 auto;
    text-align: center;
}
