/**
 * Layout: Actielijnen
 * 
 * @package hca-ict
 */

#actielijnen {
    position: relative;
}

#actielijnen .text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#actielijnen .text-content {
    line-height: 1.6;
}

#actielijnen .text-content p {
    margin-bottom: 1rem;
}

#actielijnen .text-content p:last-child {
    margin-bottom: 0;
}

#actielijnen .actielijnen-list {
    margin-top: 1rem;
}

#actielijnen .actielijn-item {
    align-items: flex-start;
}

#actielijnen .actielijn-number {
    flex-shrink: 0;
}

#actielijnen .actielijn-content {
    line-height: 1.6;
}

#actielijnen .image-wrapper {
    position: relative;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#actielijnen .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.5rem;
}

