/* =========================================
   HEADING
========================================= */

.journey-heading {
    text-align: center;

    max-width: 850px;

    margin: 0 auto 80px auto;

    animation: smoothFadeUp 1s ease;
}

.journey-subtitle {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 10px 24px;

    border-radius: 60px;

    background: rgba(0, 0, 0, 0.05);

    color: #111;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;

    margin-bottom: 24px;

    backdrop-filter: blur(10px);
}

.journey-heading h2 {
    font-size: 58px;

    font-weight: 800;

    line-height: 1.15;

    color: #111;

    margin-bottom: 22px;
}

.journey-heading p {
    font-size: 18px;

    line-height: 1.9;

    color: #666;

    margin: 0;
}
