.wd_pageid_34141:not(.wd_item_page) .wd_featureboxes_bottom {
    display: none;
}
.wd_featureboxes_bottom {
    margin-top: 140px;
    padding-top: 110px;
    padding-bottom: 44px;
    background-color: #f3f3f3;
    position: relative;
    font-family: "Open Sans", sans-serif;
}
.wd_featureboxes_bottom:after {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background-color: #f3f3f3;
    top: 0;
    left: 100%;
    margin-right: calc(50% - 50vw); 
}
.wd_featureboxes_bottom:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background-color: #f3f3f3;
    top: 0;
    right: 100%;
    margin-left: calc(50% - 50vw);
}
.wd_featureboxes_bottom .wd_featurebox_title {
    font-size: clamp(18px, 4vw, 21px);
    line-height: 1.2;
    padding-right: 12px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-family: "Open Sans", sans-serif;
}
.wd_featureboxes_bottom .wd_articles-teaser {
    display: flex;
    gap: 30px;
}
.wd_featureboxes_bottom .wd_articles-teaser .item {
    width: calc((100% - 60px) / 3);
    padding-bottom: 0;
    margin-bottom: 0;
}
.wd_featureboxes_bottom .wd_articles-teaser .item > a.itemlink {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 14px; 
}
.wd_featureboxes_bottom .wd_articles-teaser .item > a.itemlink > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wd_featureboxes_bottom .wd_articles-teaser .item_date {
    padding-top: 11px;
    color: #555;
    font-size: 12.6px;
    font-weight: 300;
    font-weight: 400;
}
.wd_featureboxes_bottom .wd_articles-teaser .item_name {
    margin-top: 9px;
    font-size: 1.286em;
    font-weight: 400;
    line-height: 1.556em;
}
.wd_featureboxes_bottom .wd_articles-teaser .item_summary {
    display: none;
}
.wd_featureboxes_bottom p.more {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .wd_featureboxes_bottom {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 75px;
    }
    .wd_featureboxes_bottom .wd_articles-teaser {
        flex-wrap: wrap;
    }
    .wd_featureboxes_bottom .wd_articles-teaser .item {
        width: 100%;
    }
    .wd_featureboxes_bottom p.more {
        margin-top: 20px;
    }
}