section.featured-posts {
    margin: var(--margin-m) 0;
}

.dark-band section.featured-posts .featured-post-description {
    color: var(--white) !important;
}

.dark-band section.featured-posts .button.primary {
    border-color: var(--white) !important;
    color: var(--white) !important;
}

.featured-post-article {
    display: block;
}

.featured-post-image {
    margin: 0 0 40px 0;
    position: relative;
    line-height: 1;
    font-size: 0;
}

.featured-post-image img.featured-image {
    border-radius: var(--border-radius);
    object-fit: cover;
    height: 280px;
    width: 100%;
}

.featured-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.featured-video .featured-video-link {
    padding: 0;
    margin: 0;
    line-height: 1;
    width: 64px;
    height: 64px;
    background: var(--white);
    border-radius: 50%;
    color: var(--black);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.featured-video .play-button {
    fill: var(--black);
}

.featured-post-image .black-circle {
    position: absolute;
    display: none;
}

.featured-post-image .red-circle {
    position: absolute;
    display: block;
    height: auto;
    z-index: var(--z-index-negative-one);
    top: 0;
    right: -115px;
}

.featured-post-image .red-wave {
    position: absolute;
    width: 64px;
    height: auto;
    top: 0;
    left: 55px;
    transform: translateY(-50%);
    z-index: 100;
}

.featured-post-image .black-wave {
    position: absolute;
    display: block;
    width: 75px;
    height: auto;
    left: 32px;
    bottom: 0;
}

.featured-post-content {
    padding: 0 32px;
    margin: 0 auto;
}

.featured-post-title {
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: var(--scarlet);
    margin: 0 0 15px 0;
}

.featured-post-description {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--charcoal-grey);
}

@media screen and (min-width: 768px) {

    section.featured-posts.column-two {
        margin: var(--margin-xl) 0 var(--margin-l);
    }

    section.featured-posts.column-one {
        margin: var(--margin-l) 0;
    }

    section.featured-posts.column-two .featured-posts-wrapper {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        margin: 0 -10px;
    }

    section.featured-posts .featured-posts-wrapper {
        display: block;
    }

    section.featured-posts.column-two .featured-post-article {
        margin: 0 10px;
        flex-basis: calc(50% - 20px);
    }

    section.featured-posts.column-one .featured-post-article,
    section.featured-posts.column- .featured-post-article {
        display: flex;
        margin: 0 -20px 0;
        align-items: center;
    }

    section.featured-posts.column-one .featured-post-article:nth-child(2) {
        margin-top: var(--margin-l);
    }

    section.featured-posts.column-one .featured-post-image {
        margin: 0 20px;
        flex-basis: calc(50% - 40px);
        order: 0;
    }

    section.featured-posts.column-one .featured-post-article.align-right .featured-post-image,
    section.featured-posts.column-one .featured-post-article:nth-child(2) .featured-post-image {
        order: 1;
    }

    .featured-post-image img.featured-image {
        height: 400px;
    }

    .featured-post-image .red-wave {
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
        width: 150px;
    }

    .featured-post-image .black-wave {
        display: none;
    }

    section.featured-posts.column-one .featured-post-image .black-wave {
        display: block;
        width: 100px;
        left: 0;
        transform: translateX(-50%);
        bottom: 50px;
    }

    section.featured-posts.column-two .featured-post-image .red-circle {
        display: none;
    }

    .featured-post-image .red-circle {
        display: block;
        top: -50px;
        right: -50px;
        z-index: var(--z-index-negative-one);
    }

    section.featured-posts.column-two .featured-post-image .black-circle {
        display: block;
        top: -50px;
        right: -50px;
        z-index: var(--z-index-negative-one);
    }

    .featured-post-content {
        padding: 0;
        margin: 0;
    }

    section.featured-posts.column-one .featured-post-content {
        margin: 0 20px;
        flex-basis: calc(50% - 40px);
        order: 1;
    }

    section.featured-posts.column-one .featured-post-article.align-right .featured-post-content,
    section.featured-posts.column-one .featured-post-article:nth-child(2) .featured-post-content {
        order: 0;
    }

    .featured-post-title {
        font-size: 27px;
    }

}

@media screen and (max-width: 767px) {

    section.featured-posts .container {
        padding: 0;
    }

    .featured-post-article:first-child {
        margin: 0 0 40px 0;
    }

    .featured-post-article.align-right .featured-post-image,
    .featured-post-article.featured-count-2 .featured-post-image {
        overflow: hidden;
        padding: 80px 0 18px 0;
    }
}

@media screen and (min-width: 1024px) {

    section.featured-posts.column-two .featured-posts-wrapper {
        margin: 0 -20px;
    }

    section.featured-posts.column-two .featured-post-article {
        margin: 0 20px;
        flex-basis: calc(50% - 40px);
    }

    .featured-post-title {
        font-size: 30px;
    }
}
