.block-examen-formation-primelis {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-block: 24px;
    scroll-margin-top: 150px;

    @media (width > 768px) {
        margin-block: 48px;
    }

    h2 {
        color: var(--_bg-color, #0D1A22);
        margin-bottom: 0;
    }

    h4::before {
        display: none;
    }

    .text {
        color: #0D1A22;
        margin-bottom: 8px;
        font-size: 16px;
        font-family: 'Lexend';
        font-weight: 300;
        line-height: 150%;
    }

    .exam {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        align-items: start;

        @media (width > 780px) {
            grid-template-columns: 1.3fr .7fr;
        }

        .exam-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            gap: 14px;

            li {
                display: flex;
                gap: 13px;

                .xi {
                    flex: 0 0 34px;
                    height: 34px;
                    border-radius: 9px;
                    background: #eef6fc;
                    color: var(--_bg-color, #0070b8);
                    display: grid;
                    place-items: center;
                    font-size: 15px;
                    font-weight: 700;
                }

                h4 {
                    margin-top: 0;
                    margin-bottom: 5px;
                    font-size: 18px;
                    color: #0D1A22;
                    font-weight: 700;
                }

                p {
                    margin: 0;
                    color: #0D1A22;
                    font-size: 16px;
                    font-family: 'Lexend';
                    font-weight: 300;
                    line-height: 150%;
                }
            }
        }

        .dispense {
            background: #e2f3ff;
            border: 1px solid #e3e9ec;
            border-radius: 14px;
            padding: 20px 22px;
            height: 100%;
            box-sizing: border-box;

            h4 {
                margin-top: 0;
                margin-bottom: 9px;
                font-size: 18px;
                color: #0D1A22;
                font-weight: 700;
            }

            p {
                margin: 0 0 11px;
                color: #0D1A22;
                font-size: 14px;
                font-family: 'Lexend';
                font-weight: 300;
                line-height: 150%;

                @media (width > 768px) {
                    font-size: 16px;
                }

                strong {
                    color: #0D1A22;
                }

                &:last-of-type {
                    margin-bottom: 11px;
                }
            }

            .ok-badge {
                display: inline-flex;
                align-items: center;
                gap: 7px;
                background: #e4f5ec;
                color: #1f7a47;
                border-radius: 99px;
                padding: 6px 13px;
                font-size: 12.5px;
                font-weight: 700;
            }
        }
    }
}

@media (max-width: 768px) {
    .block-examen-formation-primelis {
        gap: 12px !important;
    }
}
