.lab-price-preview-shell__hero-main {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.lab-price-preview-shell__title {
    margin: 0;
    font-family: 'FixelDisplay', 'Segoe UI', sans-serif;
    font-size: 44px;
    line-height: 0.98;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.lab-price-preview-shell__subtitle {
    margin: 0;
    max-width: 720px;
    color: #5b6e9f;
    font-size: 17px;
    line-height: 1.55;
    text-wrap: pretty;
}

@media (max-width: 900px) {
    .lab-price-preview-shell__title {
        font-size: 34px;
        line-height: 1.02;
    }

    .lab-price-preview-shell__subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
}
