.flex-layout.post-start-info-layout {
    background: var(--blue-100);
}

.pk-page .flex-layout.post-start-info-layout .pk-row {
    padding-block: 80px 24px;
    max-width: 1294px
}

.flex-layout.post-start-info-layout .post-start-info-item.email-item .heading-wrapper {
    padding-bottom: 2rem;
}

.flex-layout.post-start-info-layout .post-start-info-content {
    padding-bottom: 2.5rem;
}

.flex-layout.post-start-info-layout .post-start-info-content .post-start-info-item {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.flex-layout.post-start-info-layout .post-start-info-content .post-start-info-item-wrapper {
    padding-bottom: 1.5rem;
    border-bottom: 0.5px solid var(--blue-400);
}

.flex-layout.post-start-info-layout .post-start-info-content .post-start-info-item-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-main);
}

.flex-layout.post-start-info-layout .post-start-info-content .post-start-info-item-link:hover {
    color: var(--blue-400);
}

.flex-layout.hero-image-content-layout:has(+ .flex-layout.post-start-info-layout) .hero-image-content-image {
    position: relative;
}

.flex-layout.hero-image-content-layout:has(+ .flex-layout.post-start-info-layout) .hero-image-content-image::after {
    position: absolute;
    content: '';
    bottom: -185px;
    right: 0;
    background-image: url('/wp-content/uploads/2026/01/shape_post_start.svg');
    height: 185px;
    width: 1095px;
    pointer-events: none;
    z-index: 0;
}


@media screen and (min-width: 993px) {
    .flex-layout.post-start-info-layout .post-start-info-content>.pk-col:nth-child(1) {
        grid-column-start: 7;
    }

    .flex-layout.post-start-info-layout .post-start-info-content>.pk-col:nth-child(2) {
        grid-column-start: 10;
    }
}

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

    .flex-layout.hero-image-content-layout:has(+ .flex-layout.post-start-info-layout) .hero-image-content-image::after {
        display: none;
    }

}

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

    .flex-layout.post-start-info-layout .post-start-info-content {
        gap: 1.5rem;
    }
}