#network-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#network-cta h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #0095c7;
    padding-bottom: 20px;
}

#network-cta a {
    background-color: #00abe2;
    color: #fff;
    padding: 18px 40px;
    font-size: 1rem;
    border-radius: 50px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

#network-cta a:hover {
    background-color: #008fb2;
    box-shadow: 0 12px 30px rgba(25, 145, 230, 0.4);
    transform: translateY(-3px);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

#network-expertise {
    padding: 80px 0;
    margin: 100px auto;
}

#network-expertise-container {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#network-expertise h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #0095c7;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    gap: 30px;
}

#network-expertise h2::before {
    content: '';
    flex: 1;
    height: 3px;
    background: #00abe2;
    margin-top: 10px;
}

#network-expertise h2::after {
    content: '';
    flex: 1;
    height: 3px;
    background: #00abe2;
    margin-top: 10px;
}

#virtualisatie h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0095c7;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}

#virtualisatie h2::after {
    content: '';
    flex: 1;
    height: 3px;
    background: #00abe2;
    margin-top: 10px;
}

#bekabeling h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0095c7;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}

#bekabeling h2::before {
    content: '';
    flex: 1;
    height: 3px;
    background: #00abe2;
    margin-top: 10px;
}

#werkposten h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0095c7;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}

#werkposten h2::after {
    content: '';
    flex: 1;
    height: 3px;
    background: #00abe2;
    margin-top: 10px;
}

#positioning h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #0095c7;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}

#positioning-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 40px;
}

#positioning-text a {
    background-color: #00abe2;
    color: #fff;
    padding: 20px 40px;
    border-radius: 50px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size: 1.3rem;
}

@media (max-width: 768px) {
    #network-expertise {
        padding: 0;
    }

    #network-expertise-container {
        width: 90%;
        text-align: center;
    }

    #network-expertise h2 {
        font-size: 2.5rem;
        margin-bottom: 40px;
        justify-content: center;
    }

    .expertise-grid {
        justify-content: center;
        align-items: center;
    }

    .expertise-item {
        text-align: center;
        margin: 0 auto;
    }

    #network-cta {
        align-items: flex-start !important;
    }

    #network-cta h2 {
        font-size: 2.5rem !important;
    }

    section {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    #network-cta {
        margin-top: 120px !important;
        margin-top: 120px !important;
    }

    .leftSection,
    .rightSection {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .leftSection h2,
    .rightSection h2 {
        margin-bottom: 20px !important;
        padding-top: 20px !important;
    }
}