.pk-page .flex-layout.post-content-layout .pk-row {
    padding-block: 150px 40px;
}

.pk-page .flex-layout.post-content-layout .post-content-item .heading-wrapper {
    padding-bottom: 1.5rem;
}

.pk-page .flex-layout.post-content-layout .post-content-content {
    display: flex;
    flex-direction: column;
}

.pk-page .flex-layout.post-content-layout .post-content-content h2 {
    line-height: 1.14;
    padding-bottom: 14px;
}

.pk-page .flex-layout.post-content-layout .post-content-content p {
    line-height: 1.7;
}

.pk-page .flex-layout.post-content-layout .post-content-content p:not(:last-child) {
    padding-bottom: 1.5rem;
}

.pk-page .flex-layout.post-content-layout .post-content-content h4,
.pk-page .flex-layout.post-content-layout .post-content-content h3,
.pk-page .flex-layout.post-content-layout .post-content-content h5 {
    padding-bottom: 0.5rem;
}

.pk-page .flex-layout.post-content-layout .post-content-content blockquote {
    border-left: 0.5px solid var(--blue-400);
    color: var(--blue-400);
    padding-left: 1.5rem;
    max-width: 475px;
    width: fit-content;
    margin-block: 40px 60px;
    align-self: flex-end;
    margin-right: -170px;
}

.pk-page .flex-layout.post-content-layout .post-content-content blockquote h4 {
    color: var(--blue-400);
}

.pk-page .flex-layout.post-content-layout.blue-400 .heading-wrapper h2,
.pk-page .flex-layout.post-content-layout.blue-500 .heading-wrapper h2,
.pk-page .flex-layout.post-content-layout.blue-600 .heading-wrapper h2,
.pk-page .flex-layout.post-content-layout.blue-400 .heading-wrapper h3,
.pk-page .flex-layout.post-content-layout.blue-500 .heading-wrapper h3,
.pk-page .flex-layout.post-content-layout.blue-600 .heading-wrapper h3 {
    color: var(--white);
}

.pk-page .flex-layout.post-content-layout.blue-400 .post-content-content h3,
.pk-page .flex-layout.post-content-layout.blue-500 .post-content-content h3,
.pk-page .flex-layout.post-content-layout.blue-600 .post-content-content h3,
.pk-page .flex-layout.post-content-layout.blue-400 .post-content-content h4,
.pk-page .flex-layout.post-content-layout.blue-500 .post-content-content h4,
.pk-page .flex-layout.post-content-layout.blue-600 .post-content-content h4,
.pk-page .flex-layout.post-content-layout.blue-400 .post-content-content h5,
.pk-page .flex-layout.post-content-layout.blue-500 .post-content-content h5,
.pk-page .flex-layout.post-content-layout.blue-600 .post-content-content h5 {
    color: var(--white);
}

.pk-page .flex-layout.post-content-layout.blue-400 .post-content-item,
.pk-page .flex-layout.post-content-layout.blue-500 .post-content-item,
.pk-page .flex-layout.post-content-layout.blue-600 .post-content-item {
    color: var(--white);
}

.pk-page .flex-layout.post-content-layout.blue-400 .post-content-content blockquote,
.pk-page .flex-layout.post-content-layout.blue-500 .post-content-content blockquote,
.pk-page .flex-layout.post-content-layout.blue-600 .post-content-content blockquote {
    border-left-color: var(--blue-100);
    color: var(--blue-100);
}

.pk-page .flex-layout.post-content-layout.blue-400 .post-content-content blockquote h4,
.pk-page .flex-layout.post-content-layout.blue-500 .post-content-content blockquote h4,
.pk-page .flex-layout.post-content-layout.blue-600 .post-content-content blockquote h4 {
    color: var(--blue-100);
}


@media screen and (max-width: 1200px) {
    .pk-page .flex-layout.post-content-layout .post-content-content blockquote {
        margin-block: 20px 44px;
    }
}

@media screen and (max-width: 992px) {
    .pk-page .flex-layout.post-content-layout .pk-row {
        padding-block: 60px 40px;
    }

    .pk-page .flex-layout.post-content-layout .post-content-content blockquote {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .pk-page .flex-layout.post-content-layout .pk-row {
        padding-block: 40px;
    }

    .pk-page .flex-layout.post-content-layout .post-content-content blockquote {
        margin-block: 0 24px;
    }
}