.process-section {
    padding-block-start: clamp(50px, 8vw, 130px);
    padding-block-end: clamp(50px, 6.2vw, 123px);
}

.process-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='563' height='1678' viewBox='0 0 563 1678' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_335_236)'%3E%3Cellipse cx='-129' cy='839' rx='208' ry='355' fill='%239ED3EF' fill-opacity='0.8'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_335_236' x='-821' y='0' width='1384' height='1678' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='242' result='effect1_foregroundBlur_335_236'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    background-position: top left;
}

.process-set-top-content-row {
    max-width: 1050px;
    margin-inline: auto;
    gap: clamp(30px, 3vw, 100px);
    padding-block-end: clamp(50px, 8vw, 117px);
}

.process-sec-small-title {
    margin: 0 0 15px 0;
}

.process-set-top-content-left {
    flex: 1 1 380px;
}

.process-set-top-content-right {
    flex: 1.1 1 420px;
}

.process-row {
    gap: 76px;
    padding: 0 18px;
}

.process-wrap {
    flex: 0 0 calc((100% - 152px) / 3);
    display: flex;
}


.process-box {
    background-color: var(--color-primary);
    padding: 0px 43px 79px 42px;
}

.process-box::before {
    content: "";
    width: 40px;
    height: 50px;
    background-color: var(--color-white);
    position: absolute;
    bottom: -1px;
    right: -1px;
    clip-path: polygon(100% 0,
            100% 100%,
            0 100%,
            40px 10px);
}

.process-no {
    background-color: var(--color-secondary);
    padding: 10px 24px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 94px;
    height: 104px;
    font-weight: 700;
    clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
    margin-block-end: 73px;
    margin-block-start: -160px;
}

.process-title {
    margin-bottom: 42px;
    line-height: 1.25;
}


.process-row-bottom {
    margin-block-start: clamp(60px, 10vw, 116px);
    text-align: center;
}

@media screen and (max-width:1600px) {
    .process-no {
        padding: 7px 20px;
        margin-block-end: 42px;
        margin-block-start: -60px;
        max-height: 100px;
        height: unset;
        min-width: 90px;
    }

    .process-title {
        margin-bottom: 32px;
    }

    .process-row {
        gap: 40px;
        padding: 0;
    }

    .process-wrap {
        flex: 0 0 calc((100% - 80px) / 3);
    }

    .process-row-bottom {
        margin-block-start: clamp(50px, 6vw, 90px);
    }

    .process-content br {
        display: none;
    }

}

@media screen and (max-width:1360px) {

    .process-box {
        padding: 0px 35px 50px 35px;
    }

    .process-title {
        margin-bottom: 28px;
        line-height: initial;
    }

    .process-row {
        gap: 30px;
    }

    .process-wrap {
        flex: 0 0 calc((100% - 60px) / 3);
    }
}

@media screen and (max-width:1200px) {
    .process-box {
        padding: 0px 30px 40px 30px;
    }

    .process-box::before {
        clip-path: polygon(100% 0, 100% 100%, 0 120%, 50px 10px);
    }

    .process-no {
        margin-block-end: 35px;
        margin-block-start: -50px;
        max-height: 90px;
        min-width: 80px;
    }

    .process-title {
        margin-bottom: 25px;
    }
}

@media screen and (max-width:991px) {
    .process-row {
        gap: 70px 30px;
        justify-content: center;
    }

    .process-set-top-content-row {
        gap: 0;
    }

    .process-wrap {
        flex: 0 0 calc((100% - 60px) / 2);
    }

    .process-no {
        margin-block-end: 30px;
        min-width: 62px;
    }

    .process-title {
        margin-bottom: 20px;
    }

    .process-set-top-content-left {
        flex: 0 0 100%;
    }

    .process-set-top-content-right {
        flex: 0 0 100%;
    }

    .process-set-top-content-right-inner {
        max-width: 460px;
    }
}

@media screen and (max-width:640px) {
    .process-wrap {
        flex: 0 0 calc((100% - 0px) / 1);
    }

    .process-row {
        gap: 52px 30px;
    }
}