.process-step-section {
    margin: 100px 0;
}

.process-step-section .left-col {
    width: 24.167%;
}

.process-step-section .right-col {
    width: 72.084%;
}

.process-step-section .column-row {
    justify-content: space-between;
}

.process-step-section .section-title {
    padding-right: 30px;
}

.process-step-section .section-title span:not(h2) {
    color: rgba(17, 17, 17, 0.50);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.process-step-section .section-title h2,
.process-step-section .section-title h2 span {
    color: #111;
    font-size: 30px;
    font-weight: 700;
    line-height: 37.5px;
    text-transform: none;
    display: block;
    margin-bottom: 0;
}

.process-step-section .section-title h2 {
    max-width: 212px;
}

.process-step-section .list-wrappper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.process-step-section .list-wrappper {
    border-left: 1px solid rgba(17, 17, 17, 0.10);
    padding-left: 45px;
}

.process-step-section .list-wrappper ul li h3 {
    color: #111;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 7px;
}

.process-step-section .list-wrappper ul li {
    color: #6B7280;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 0 10px 60px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.10);
    position: relative;
    margin-bottom: 40px;
    counter-increment: item;
}

.process-step-section .list-wrappper ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.process-step-section .list-wrappper ul li:before {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--clay);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}


@media only screen and (max-width: 1199px) {
    .process-step-section {
        margin: 60px 0;
    }

    .process-step-section .list-wrappper {
        padding-left: 30px;
    }

    .process-step-section .list-wrappper ul li h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .process-step-section .list-wrappper ul li {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .process-step-section .left-col {
        width: 30%;
    }

    .process-step-section .section-title {
        padding-right: 0;
    }

    .process-step-section .right-col {
        width: 67%;
    }

    .process-step-section {
        margin: 40px 0;
    }

    .process-step-section .list-wrappper ul li h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .process-step-section .list-wrappper ul li {
        margin-bottom: 20px;
        padding: 0 0 10px 40px;
    }

    .process-step-section .list-wrappper {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .process-step-section .left-col {
        width: 100%;
    }

    .process-step-section .right-col {
        width: 100%;
        margin-top: 30px;
    }

    .process-step-section .section-title span:not(h2) {
        margin-bottom: 15px;
    }

    .process-step-section .section-title h2,
    .process-step-section .section-title h2 span {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
    }

    .process-step-section .section-title h2 {
        max-width: 100%;
    }

    .process-step-section .list-wrappper {
        padding-left: 15px;
    }
}