.featured-news.padding {
    padding-right: 0;
}

.featured-news.blue {
    background-color: var(--color-quinary);
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 40rem) {
    .featured-news.blue::after {
        background-image: url(../../img/circle-blue.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: -60px;
        content: "";
        display: block;
        height: 250px;
        left: -60px;
        pointer-events: none;
        position: absolute;
        width: 250px;
        z-index: -1;
    }
}

@media screen and (min-width: 64rem) {
    .featured-news.blue::after {
        bottom: -140px;
        height: 550px;
        left: -80px;
        width: 550px;
    }
}

.featured-news .content-wrapper {
    margin: 0 1rem -2rem 0;
}

@media screen and (min-width: 40rem) {
    .featured-news .content-wrapper {
        margin: 0 0 -2rem;
    }
}

.featured-news .content-wrapper.no-margin {
    margin: 0;
}

.featured-news .news-slider-wrapper {
    margin-bottom: 0;
}

.featured-news .slick-slide {
    padding: 0;
}

.featured-news .slick-slide .wrapper {
    margin: 4rem 0.75rem;
    position: relative;
}

@media screen and (min-width: 40rem) {
    .featured-news .slick-slide .wrapper {
        margin: 4rem 1rem;
    }
}

.featured-news .slick-dots {
    left: 0;
    text-align: center;
}

@media screen and (min-width: 40rem) {
    .featured-news .slick-dots {
        left: 1rem;
        text-align: left;
    }
}

.featured-news .link-wrapper {
    height: 0;
    margin: -1rem 0 0;
    text-align: center;
}

@media screen and (min-width: 40rem) {
    .featured-news .link-wrapper {
        bottom: 3.1rem;
        height: 0;
        margin: 0;
        position: relative;
        text-align: right;
    }
}

@media screen and (min-width: 64rem) {
    .featured-news .link-wrapper {
        bottom: 2.5rem;
    }
}