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

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



.flex-layout.services-statistics-post-start-layout .content-statistic-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
    border-bottom: 0.5px solid #2A68F6;
    max-width: 340px;
    width: auto;
}

.flex-layout.services-statistics-post-start-layout .content-statistic-wrapper .content-statistic-number {
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: -1.8px;
    font-size: var(--heading-1);
    color: var(--blue-400);
}

.flex-layout.services-statistics-post-start-layout .content-statistic-wrapper .content-statistic-label {
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

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

.flex-layout.hero-image-content-layout:has(+ .flex-layout.services-statistics-post-start-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;
}

.flex-layout.services-statistics-post-start-layout .services-statistics-post-start-text {
    padding-top: 3rem;
}

@media screen and (min-width: 993px) {
    .flex-layout.services-statistics-post-start-layout .content-statistic:nth-child(1) {
        grid-column-start: 7;
    }

    .flex-layout.services-statistics-post-start-layout .content-statistic:nth-child(2) {
        grid-column-start: 10;
    }
}

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

    .flex-layout.services-statistics-post-start-layout .services-statistics-post-start-text-wrapper {
        padding-top: 1rem;
    }

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

}

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

    .flex-layout.services-statistics-post-start-layout .pk-grid-container.content-statistics-statistics {
        gap: 2rem;
    }
}