.team-section+.blog-featured-articles-section {
    background-image: unset;
}

.blog-featured-articles-section {
    margin: 0;
    padding: 200px 0;
    position: relative;
    background-image: url(../../assets/images/blog-banners.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-carousel-section+.blog-featured-articles-section {
    padding-top: 0;
}

.title-with-cta {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 60px;
}

.title-with-cta .title {
    max-width: 674px;
    width: 100%;
}

.title-with-cta .cta {
    flex-shrink: 0;
    margin-left: 20px;
}

.featured-blog-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.featured-blog-card {
    width: 33.33%;
    padding: 0 10px;
}

a.featured-blog-box {
    display: block;
}

.featured-blog-box .featured-items {
    position: relative;
    padding-bottom: 102%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}

.featured-blog-box .featured-items img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.featured-content h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 0;
}

.featured-content .date {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.4;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--white);
    font-family: var(--ioskeley);
}

.featured-blog-box .featured-items h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media only screen and (max-width:1699px) {}

@media only screen and (max-width:1399px) {
    .featured-content h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width:1199px) {
    .blog-featured-articles-section {
        padding: 100px 0;
    }
    .title-with-cta .title {
        max-width: 500px;
        width: 100%;
    }
}

@media only screen and (min-width:992px) {
    .blog-featured-articles-section .custom-arrow {
        display: none;
    }
    .featured-blog-card:nth-child(2) .featured-items,
    .featured-blog-card:nth-child(5) .featured-items,
    .featured-blog-card:nth-child(8) .featured-items,
    .featured-blog-card:nth-child(11) .featured-items {
        padding-bottom: 136%;
    }
}

@media only screen and (max-width:991px) {
    .featured-blog-box .featured-items {
        padding-bottom: 100%;
        margin-bottom: 24px;
        min-height: 409px;
    }
    .blog-featured-articles-section .custom-arrow {
        margin-top: 24px;
    }
    .title-with-cta {
        display: block;
        margin-bottom: 60px;
    }
    .title-with-cta .cta {
        flex-shrink: 0;
        margin-left: 0;
        margin-top: 36px;
    }
}