.two-column-layout-column-container {
    min-height: 275px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    z-index: -1;
    max-width: var(--max-section-width);
    padding: 60px 50px 0px 50px;
    margin: 10px auto 0px auto;
    border-radius: 9px;
}

.left-column {
    min-height: 275px;
    width: 49%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 70px 0 0;
}

.left-column-title-block {
    width: 100%;
    margin: 0 0 20px 0;
}

.left-column-block-headline {
    margin: 0 0 10px -2px;
}


.right-column {
    min-height: 275px;
    width: 49%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.right-column-title-block {
    width: 100%;
    margin: 0 0 20px 0;
}

.right-column-block-headline {
    margin: 0 0 10px 0;
}


.two-column-layout-link:after {
    content: ' ';
    position: relative;
    left: 8px;
    top: 10px;
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(/wp-content/themes/wsfc/img/cta-after-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.link_list {
    width: 100%;
    margin: 0 0 0 -2px;
}

.link {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #1CB941;
}

.flexslider ul li::marker {
    content: '';
}

.posts-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
} 

.post-block {
    width: 100%;
    border-radius: 12px;
    background-color: #E8FFBC;
    padding: 28px 20px;
    margin: 0 10px 0 0;
    min-height: 226px;
}

.post-date {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color:#0D471C;
}

.post-title-excerpt {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    min-height: 110px;
}

.post-link {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0.48px;
    margin: 0 0 0 0;
    color: #09471C;
}

a.post-link:after {
        content: ' ';
    position: relative;
    left: 8px;
    top: 9px;
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(/wp-content/themes/wsfc/img/cta-after-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.two-column-text-block {
    width: 49%;
}

.text-area {
    margin: 0 0 0 24px;
    padding: 0 40px 0 0;
}

.single-image-container {
    width: 557px;
    height: 289px;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .two-column-layout-column-container{
        flex-wrap: wrap;
        gap: 20px;
    }
    .left-column{
        width: 100%;
    }
    .right-column{
        width: 100%;
    }
    .two-column-text-block{
        width: 100%;
    }
    .posts-block{
        align-items: stretch;
    }
}

.splide-gallery-image{
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    width: 100%;
    min-height: 226px;
}

.splide{
    border-radius: 12px;
    width: 100%;
    min-height: 226px;
}

@media screen and (max-width: 480px) {
    .two-column-text-block{
        width: 100%;
    }
    .posts-block{
        flex-wrap: wrap;
        gap: 20px;
    }
}