.main-container {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg-img {
    width: 1024px;
    height: 768px;
    position: relative;
    background-repeat: no-repeat;
}

.step-container {
    display: flex;
}

.step-img {
    width: 9.5rem;
    height: 5.82rem;
    overflow: hidden;
    transition: transform 0.1s ease-out;
}

.step-container:hover .step-img {
    transform: scale(1.05);
}

.step_text-container {
    margin-left: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-title {
    font-weight: 600;
    font-size: 1.4rem !important;
    line-height: 19pt !important;
}

.step-description {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 15pt !important;
}

.step-time {
    font-size: 0.8rem !important;
    line-height: 15pt !important;
    color: gray;
}

.step_4-v2 {
    position: absolute;
    top: 130px;
    left: 570px;
}

.step_3-v2 {
    position: absolute;
    top: 238px;
    left: 420px;
}

.step_2-v2 {
    position: absolute;
    top: 371px;
    left: 316px;
}

.step_1-v2 {
    position: absolute;
    top: 502px;
    left: 255px;
}

@media(max-width: 1300px){
    .step-title {
        font-size: 1.3rem !important;
    }

    .step-description {
        font-size: 0.9rem !important;
        line-height: 12pt !important;
    }
}

@media(max-width: 876px){
    .bg-img {
        width: 320px;
        height: 600px;
        margin-bottom: 4rem;
    }

    .step_4-v2 {
        top: -4px;
        left: 35px;
    }

    .step_3-v2 {
        top: 168px;
        left: 35px;
    }

    .step_2-v2 {
        top: 340px;
        left: 35px;
    }

    .step_1-v2 {
        top: 517px;
        left: 35px;
    }

    .step_text-container {
        margin-left: 0;
    }

    .step-description {
        font-size: 0.7rem !important;
        line-height: 11pt !important;
    }
}

@media(max-width: 360px){
    .bg-img {
        width: 250px;
    }

    .step-img {
        width: 7rem;
        height: 4.6rem;
    }

    .step_4-v2 {
        top: 7px;
        left: 20px;
    }

    .step_3-v2 {
        top: 178px;
        left: 20px;
    }

    .step_2-v2 {
        top: 350px;
        left: 20px;
    }

    .step_1-v2 {
        top: 527px;
        left: 20px;
    }

    .step-description {
        font-size: 0.66rem !important;
    }
}
