.container-jdf-page-serie-h-post-featured {
    width: 100%;
}

.container-jdf-page-serie-h-post-featured .row {
    display: flex;
    flex-direction: column;
}

.container-jdf-page-serie-h-post-featured .col-header {
    width: 100%;
}

.container-jdf-page-serie-h-post-featured .col-header .line {
    background-color: #FFDE00;
    height: 4px;
    border-radius: 8px;
    margin-bottom: 6px;
    display: inline-block;
    width: 32px;
}

.container-jdf-page-serie-h-post-featured .col-header .title h2 {
    color: #ffffff;
    font-family: "JD Sans Pro";
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 16px;
}

.container-jdf-page-serie-h-post-featured .col-header .description {
    color: #ffffff;
    font-family: "JD Sans Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 32px;
}

.container-jdf-page-serie-h-post-featured .posts {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.container-jdf-page-serie-h-post-featured .posts .post {
    width: 592px;
    border: 1px solid #E5E6E6;
    border-radius: 16px;
    overflow: hidden;
    background-color: #ffffff;
}

.container-jdf-page-serie-h-post-featured .posts .post .content {
    padding: 24px 16px;
    box-sizing: border-box;
}

.container-jdf-page-serie-h-post-featured .posts .image {
    width: 592px;
    height: 300px;
    overflow: hidden;
    line-height: 0;
    position: relative;
}

.container-jdf-page-serie-h-post-featured .posts .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(214.38deg, rgba(0, 0, 0, 0.2) 43.17%, rgba(0, 0, 0, 0.0889272) 87.63%, rgba(0, 0, 0, 0) 123.22%);
    z-index: 5;
    /*opacity: .2;*/
}

.container-jdf-page-serie-h-post-featured .posts .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.container-jdf-page-serie-h-post-featured .posts .line {
    background-color: #FFDE00;
    height: 4px;
    border-radius: 8px;
    margin-bottom: 6px;
    display: inline-block;
    width: 32px;
}

.container-jdf-page-serie-h-post-featured .posts .title h3 {
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro";
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 16px;
}

.container-jdf-page-serie-h-post-featured .posts .description {
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px;
}

.container-jdf-page-serie-h-post-featured .posts .button {
    display: flex;
}

.container-jdf-page-serie-h-post-featured .posts .button .btn {
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 400;
    display: flex;
    line-height: normal;
    gap: 16px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media(max-width: 1215px) {
    .container-jdf-page-serie-h-post-featured .col-header .title h2 {
        font-size: 24px;
    }

    .container-jdf-page-serie-h-post-featured .col-header .description {
        font-size: 16px;
    }

    .container-jdf-page-serie-h-post-featured .posts {
        flex-direction: column;
        align-items: center;
    }

    .container-jdf-page-serie-h-post-featured .posts .post {
        width: 100%;
    }

    .container-jdf-page-serie-h-post-featured .posts .image {
        width: 100%;
        height: 250px;
    }

    .container-jdf-page-serie-h-post-featured .posts .title h3 {
        font-size: 18px;
    }
}