.process-header h2 {
    /* margin-bottom: 14px; */
    text-align: center;
    max-width: 500px;
    margin: 0 auto 14px;
}
.process-header p {
    max-width: 588px;
    margin: 14px auto 0;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #64748b;
}
.process-header {
    margin: 0 0 84px;
}
.process-header .divider {
    width: 70px;
}
.process-step {
    width: 100%;
    display: flex;
    gap: 84px;
    align-items: center;
    position: relative;
    flex-direction: row;
}
.process-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 112px;
}
.process-timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(229 231 235);
    transform: translateX(0);
}
.process-step:nth-child(even) {
  flex-direction: row-reverse;
}
span.step-number {
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid rgb(0 163 224);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0 163 224);
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 0 0 8px rgba(0,163,224,0.09);
}
.step-image {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    border-radius: 32px;
    overflow: hidden;
    height: 400px;
    width: calc(50% - 42px);
    position: relative;
}
.step-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 76 140 / 10%);
}
.step-image img {
    height: 400px;
    width: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
}
.phase-label {
    display: none;
}
.step-content {
    width: calc(50% - 42px);
}
.step-image:hover img {
    transform: scale(1.05);
}
.process-step:nth-child(odd) .step-content {
  text-align: right;
}
.step-stage {
    color: rgb(0 163 224);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 3.15px;
}
.step-content {
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.step-content h3 {
    margin: 0;
    font-size: 32px;
    line-height: 32px;
    font-weight: 800;
    color: rgb(0 76 140);
}
.step-content p {
    max-width: 430px;
    font-size: 18px;
    line-height: 26px;
    color: #64748b;
}
.process-step:nth-child(odd) .step-content p {
    text-align: right;
    margin-left: auto;
}
.process-cta {
    margin-top: 112px;
    text-align: center;
    background: rgb(239 246 255 / 50%);
    padding: 70px;
    border-radius: 40px;
    border: 1px solid rgb(219 234 254);
}
.process-cta h4 {
    font-size: 28px;
    line-height: 32px;
    color: rgb(0 76 140);
    margin: 0 0 28px;
    font-weight: 700;
}
.process-cta .cta-button {
    display: inline-flex;
    align-items: center;
    background: #00a3e0;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    /* line-height: 21px; */
    padding: 12px 24px;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.process-cta .cta-button:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    transform: scale(1.05);
    background: #0e85c5;
}
.process-cta .cta-button .btn-icon {
    width: 21px;
    height: 21px;
}
@media screen and (max-width:767px){
    .process-header p {
        font-size: 16px;
        line-height: 24px;
    }
    .process-timeline {
        gap: 56px;
    }
    .process-step,
    .process-step:nth-child(even) {
        flex-direction: column;
        gap: 15px;
    }
    .step-image {
        width: 100%;
        height: 300px;
    }
    .step-content,
    .process-step:nth-child(odd) .step-content {
        width: 100%;
        text-align: center;
        gap: 15px;
    }
    .step-number {
        display: none;
    }
    .process-timeline:before {
        display: none;
    }
    .phase-label {
        box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        background: rgb(0 163 224);
        padding: 7px 14px;
        border-radius: 100px;
        position: absolute;
        top: 21px;
        left: 21px;
        color: #fff;
        font-size: 10px;
        line-height: 14px;
        font-weight: 700;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .process-step:nth-child(odd) .step-content p {
        text-align: center;
        margin: 0 auto;
    }
    .step-content p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .step-content h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .step-stage {
        /* background: rgb(239 246 255);
        padding: 6px 14px;
        border-radius: 100px; */
        font-size: 10px;
        line-height: 14px;
    }
    .process-cta {
        padding: 42px;
        margin-top: 56px;
    }
    .process-cta h4 {
        font-size: 21px;
        line-height: 28px;
        margin: 0 0 20px;
    }
    .process-cta .cta-button {
        padding: 12px;
        font-size: 14px;
        line-height: normal;
    }
    .process-header{
        margin: 0 0 50px;
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .process-timeline {
        gap: 60px;
    }
    .process-cta {
        margin-top: 60px;
        padding: 40px;
    }
    .process-header {
        margin: 0 0 44px;
    }
    .step-image, .step-image img {
        height: 300px;
        object-position: top;
    }
    .step-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .step-content h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .process-cta h4 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px;
    }
}