.pk-page .flex-layout.grid-news-highlights-layout .pk-row {
    padding-bottom: 140px;
    border-bottom: 0.5px solid var(--blue-400);
    margin-bottom: 120px;
    max-width: 1294px;
}

.pk-page .flex-layout.grid-news-highlights-layout .pk-row.max-posts {
    margin-bottom: 0;
}

.flex-layout.grid-news-highlights-layout .pk-row-content.pk-grid-container {
    gap: 40px 30px;
}

.flex-layout.grid-news-highlights-layout:has(+ .flex-layout.content-faq-layout) .pk-row {
    padding-block: 200px 130px;
    border-bottom: 0.5px solid var(--blue-500);

}

.flex-layout.grid-news-highlights-layout .grid-news-highlights-item {
    max-width: 330px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.flex-layout.grid-news-highlights-layout .grid-news-highlights-item .grid-news-highlights-content p {
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 992px) {
    .pk-page .flex-layout.grid-news-highlights-layout .pk-row {
        padding-bottom: 60px;
        margin-bottom: 60px
    }

    .pk-page .flex-layout.grid-news-highlights-layout .pk-row.max-posts {
        margin-bottom: 0;
    }


    /* .flex-layout.grid-news-highlights-layout .pk-row-content.pk-grid-container {
        gap: 2rem;
    } */

    .flex-layout.grid-news-highlights-layout:has(+ .flex-layout.content-faq-layout) .pk-row {
        padding-block: 60px 60px;
    }
}

@media screen and (max-width: 767px) {
    .pk-page .flex-layout.grid-news-highlights-layout .pk-row {
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .pk-page .flex-layout.grid-news-highlights-layout .pk-row.max-posts {
        margin-bottom: 0;
    }


    .flex-layout.grid-news-highlights-layout:has(+ .flex-layout.content-faq-layout) .pk-row {
        padding-block: 40px 40px;
    }
}