.akp-ecl-grid.akp-ecl-card-two_column_card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.akp-ecl-grid.akp-ecl-card-two_column_card article:first-child {
    grid-column: span 2;
    grid-row: span 2;
}
.akp-ecl-grid.akp-ecl-card-two_column_card article:first-child h3 {
    font-size: 23px;
}
.akp-ecl-grid.akp-ecl-card-two_column_card article h3 {
    font-size: 20px;
}
.akp-ecl-grid.akp-ecl-card-two_column_card article {
    grid-column: span 2;
}
article.akp-ecl-card.akp-ecl-card-two_column_card:first-child {
    flex-direction: column;
    display: flex;
}
article.akp-ecl-card.akp-ecl-card-two_column_card {
    flex-direction: row;
    display: flex;
}
article.akp-ecl-card.akp-ecl-card-two_column_card a.akp-ecl-thumb-wrap {
    display: flex;
    padding-bottom: calc(0.8 * 100%);
    margin: 16px 18px 16px;
}
article.akp-ecl-card.akp-ecl-card-two_column_card .post-format-type {
    flex: 0 0 calc(50% - 10px);
    position: relative;
}
article.akp-ecl-card.akp-ecl-card-two_column_card .akp-ecl-content {
    flex: 0 0 calc(50% - 10px);
    padding: 16px 0;
}
article.akp-ecl-card.akp-ecl-card-two_column_card:first-child .akp-ecl-content {
    padding: 16px 18px;
}
article.akp-ecl-card.akp-ecl-card-two_column_card:first-child
    a.akp-ecl-thumb-wrap {
    padding-bottom: calc(0.55 * 100%);
}
article.akp-ecl-card.akp-ecl-card-two_column_card:first-child .meta-post {
    display: flex;
    align-items: center;
    gap: 7px;
}
article.akp-ecl-card.akp-ecl-card-two_column_card:first-child
    .meta-post
    .post_view {
    display: flex;
    gap: 5px;
    font-size: 16px;
}
article.akp-ecl-card.akp-ecl-card-two_column_card .akp-ecl-title a {
    -webkit-line-clamp: 4;
}
article.akp-ecl-card.akp-ecl-card-two_column_card:first-child .akp-ecl-title a {
    -webkit-line-clamp: 4;
}
article.akp-ecl-card.akp-ecl-card-two_column_card:first-child
    .meta-post
    .date-post_wrap {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}
article.akp-ecl-card.akp-ecl-card-two_column_card:first-child .meta-post svg {
    height: 18px;
    width: 18px;
}
article.akp-ecl-card.akp-ecl-card-two_column_card .meta-post span,
article.akp-ecl-card.akp-ecl-card-two_column_card .meta-post .post_view,
article.akp-ecl-card.akp-ecl-card-two_column_card .meta-post .date-post_wrap {
    font-size: 11px;
}
article.akp-ecl-card.akp-ecl-card-two_column_card:first-child .meta-post span,
article.akp-ecl-card.akp-ecl-card-two_column_card:first-child
    .meta-post
    .post_view,
article.akp-ecl-card.akp-ecl-card-two_column_card:first-child
    .meta-post
    .date-post_wrap {
    font-size: 16px;
}
article.akp-ecl-card.akp-ecl-card-two_column_card.post-format-gallery.first-post
    span.gallery-count_box {
    bottom: 30px;
    left: 20px;
}
@media (max-width: 1024px) {
    article.akp-ecl-card.akp-ecl-card-two_column_card a.akp-ecl-thumb-wrap {
        display: flex;
        padding-bottom: calc(1 * 100%);
        margin: 16px 18px 16px;
    }
    article.akp-ecl-card.akp-ecl-card-two_column_card .akp-ecl-content {
        flex: 0 0 calc(50% - 10px);
    }
    article.akp-ecl-card.akp-ecl-card-two_column_card:first-child .meta-post {
        flex-direction: row;
    }
}
@media (max-width: 768px) {
    article.akp-ecl-card.akp-ecl-card-two_column_card a.akp-ecl-thumb-wrap {
        padding-bottom: calc(0.6 * 100%);
    }
    article.akp-ecl-card.akp-ecl-card-two_column_card:first-child .meta-post {
        flex-direction: column;
    }
    article.akp-ecl-card.akp-ecl-card-two_column_card .akp-ecl-content,
    article.akp-ecl-card.akp-ecl-card-two_column_card
        .post-format-type.post-format-standard {
        flex: 0 0 100%;
    }
    article.akp-ecl-card.akp-ecl-card-two_column_card .meta-post span,
    article.akp-ecl-card.akp-ecl-card-two_column_card .meta-post .post_view,
    article.akp-ecl-card.akp-ecl-card-two_column_card
        .meta-post
        .date-post_wrap {
        font-size: 13px;
    }
    article.akp-ecl-card.akp-ecl-card-two_column_card:first-child
        .meta-post
        span,
    article.akp-ecl-card.akp-ecl-card-two_column_card:first-child
        .meta-post
        .post_view,
    article.akp-ecl-card.akp-ecl-card-two_column_card:first-child
        .meta-post
        .date-post_wrap {
        font-size: 13px;
    }
    article.akp-ecl-card.akp-ecl-card-two_column_card:first-child .meta-post {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .akp-ecl-grid.akp-ecl-card-two_column_card {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .akp-ecl-grid.akp-ecl-card-two_column_card article {
        flex: 0 0 calc(100% - 10px);
    }
    article.akp-ecl-card.akp-ecl-card-two_column_card.first-post {
        display: flex;
        flex-direction: column;
    }
    article.akp-ecl-card.akp-ecl-card-two_column_card.first-post
        .akp-ecl-content {
        flex: 0 0 calc(100% - 10px);
    }
    article.akp-ecl-card.akp-ecl-card-two_column_card .akp-ecl-content {
        padding: 16px 18px;
    }
    article.akp-ecl-card.akp-ecl-card-two_column_card:first-child
        .akp-ecl-content {
        padding: 16px 18px;
    }
}
