.wd_featureboxes_middle {
    margin-top: 98px;
}

.wd_featureboxes_middle .wd_featurebox_title {
    margin-bottom: 28px;
}
.wd_featureboxes_middle .wd_newsfeed_releases-teaser {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.wd_featureboxes_middle .wd_newsfeed_releases-teaser .item {
    width: calc((100% - 30px) / 2);
    padding-bottom: 0;
}
.wd_featureboxes_middle .item {
    display: flex;
    margin-bottom: 35px;
}
.wd_featureboxes_middle .wd_thumbnail {
    width: 190px;
    overflow: hidden;
    margin-right: 30px;
    position: relative;
    padding-bottom: 18.25%;
    display: flex;
    align-self: flex-start;
    border: 1px solid #ccc;
}
.wd_featureboxes_middle .wd_thumbnail img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
}
.wd_featureboxes_middle .wd_date_category_container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wd_featureboxes_middle .wd_date_category_container .wd_category_link {
    margin-left: 0;
}
.wd_featureboxes_middle .wd_date_category_container .wd_category_link:before {
    content: '|';
    margin: 0 5px;
    color: #555;
    font-weight: 300;
}
.wd_featureboxes_middle .wd_date,
.wd_featureboxes_middle .wd_date_category_container .wd_category_link a {
    color: #555;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.wd_featureboxes_middle .wd_title {
    margin: 5px 0;
}
.wd_featureboxes_middle .wd_summary {
    display: none;
}
.wd_featureboxes_middle .wd_date .wd_layout-inline.wd_asset_icon_link_list {
    display: none;
}
.wd_featureboxes_middle .wd_title a {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #118899;
}
.wd_featureboxes_middle .wd_content {
    width: calc(100% - 220px);
}

.wd_featureboxes_middle .wd_date_category_container ul.wd_category_link_list { 
    padding-top: 0;
}

@media (max-width: 992px) {
    .wd_featureboxes_middle .wd_newsfeed_releases-teaser .item {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .wd_featureboxes_middle .item {
        margin-bottom: 0;
    }
    .wd_featureboxes_middle .wd_thumbnail {
        width: 30%;
        margin-right: 10px;
        padding-bottom: 17.25%;
    }
    .wd_featureboxes_middle .wd_content {
        width: calc(70% - 10px);
    }
    .wd_featureboxes_middle .wd_date {
        font-size: 11px;
        font-weight: 300;
        line-height: 18px;
        padding-top: 11px;
        padding-top: 0;
    }
    .wd_featureboxes_middle .wd_newsfeed_releases-teaser {
        margin-bottom: 30px;
    }
    .wd_featureboxes_middle .wd_title a {
        font-size: 16.7px;
        font-weight: 400;
        line-height: 26.3px;
        color: #118899;
    }
}
@media (max-width: 568px) {
    .wd_featureboxes_middle {
        margin-top: 48px;
    } 
}
