.prog-section {
    padding: 124px 0;
    padding-bottom: 195px;
    border-top: 1px solid #F06C00;
    margin-top: 152px;
    margin-bottom: 114px;
    background: #FBFBFB;
}

.prog-header {
    margin-bottom: 50px;
}

.prog-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.2;
}

.prog-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    max-width: 600px;
}

.prog-steps-wrapper {
    display: flex;
    width: 100%;
    margin-top: 77px;
}

.prog-step-item {
    flex: 1;
    position: relative;
    min-height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    padding-left: 72px;
    text-align: center;
    margin-left: -30px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-image: url('../images/union.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.prog-step-item:first-child {
    margin-left: 0;
    padding-left: 48px;
    background-image: url(../images/union1.svg);
}

.prog-inner {
    width: 100%;
    max-width: 121px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.prog-icon img {
    width: 32px;
    height: auto;
    margin-bottom: 15px;
}

.prog-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-top: -5px;
    height: 84px;
}

@media (max-width: 1366px) {
    .prog-step-item {
        padding-left: 25px;
        justify-content: center;
    }

    .prog-inner {
        margin-top: -20px;
    }

    .prog-step-item:first-child {
        padding-left: 0px;
    }
}

@media (max-width: 1180px) {
    .prog-text {
        font-size: 16px;
        line-height: 24px;
    }

    .prog-step-item {
        padding-left: 40px;
        justify-content: center;
    }

    .prog-inner {
        max-width: 100px;
    }

    .prog-step-item:first-child {
        padding-left: 20px;
    }
}

@media (max-width: 1024px) {
    .prog-text {
        font-size: 14px;
        line-height: 20px;
    }

    .prog-inner {
        max-width: 90px;
    }
}

@media (max-width: 980px) {
    .prog-inner {
        margin-top: -30px;
        max-width: 80%;
    }

    .prog-step-item {
        justify-content: flex-start;
    }
}


@media (max-width: 900px) {
    .prog-steps-wrapper {
        flex-direction: column;
        gap: 0;
        margin-top: 75px;
        padding: 0 25px;
    }

    .prog-step-item {
        width: 100%;
        min-height: 229px;
        margin-left: 0;
        margin-top: -33px;
        padding: 0;
        background-image: url(../images/union_mb.svg);
        background-position: center;
    }

    .prog-step-item:first-child {
        padding-top: 0;
        max-width: 100%;
        padding: 0 15px;
        justify-content: center;
        align-items: flex-start;
        padding: 0;
        min-height: 182px;
        margin-top: -29px;
        background-image: url(../images/union1_mb.svg);
    }

    .prog-inner {
        align-items: center;
        margin-top: 20px;
        max-width: 100%;
        width: 100%;
    }

    .prog-step-item:first-child .prog-inner {
        margin-top: 38px;
    }

    .prog-text {
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        margin-top: 6px;
        height: auto;
    }

    .prog-section {
        margin-top: 24px;
        padding-top: 78px;
        padding-bottom: 80px;
        margin-bottom: 80px;
    }

    .prog-section .sec-title {
        margin-bottom: 29px;
    }

}