.process .process-bg {
    width: 100%;
}
.process {
    position: relative;
}
.process .process-content {
    position: absolute;
    top: 154px;
    left: 50%;
    transform: translateX(-50%);
}
.process-content .slogan {
    margin-top: 60px;
    width: 378px;
    height: 662px;
    margin-bottom: 104px;
}


@media (max-width: 1440px) {
    .proces-step {
        max-height: 1000px;
        overflow: scroll;
    }
} 
@media (min-width: 1441px) and (max-width: 1920px) {
    .proces-step {
        max-height: 1300px;
        overflow: scroll;
    }
} 

@media(min-width: 1921px) and (max-width: 4800px) {

    .proces-step {
        max-height: 1800px;
        overflow: scroll;
    }

} 

.proces-step::-webkit-scrollbar {
    display: none;
  }


/* .common-step .step-left {
    width: 50%;
}
.common-step .step-right {
    margin-left: 49%;
    width: 50%;
}
.common-step .step-start, .common-step .step-wrap {
    display: flex;
    flex-direction: row;
}
.common-step .step-content {
    flex: 1
}
.common-step .dots-line {
    width: 12px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.common-step .step-left .dots-line {
    padding-left: 50px;
}
.common-step .step-right .dots-line  {
    padding-right: 50px;
}
.common-step .dots-line .start-style {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}
.common-step .dots-line > span {
    width: 4px;
    height: 60px;
    background: rgba(255, 255, 255, .35);
}
.common-step .dots-line .start-style span {
    position: absolute;
    width: 4px;
    height: 4px;
    border: 50%;
    background: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.common-step .step-title .title{
    font-size: 40px;
    color: #fff;
    padding: 30px 0;
}
.common-step .step-left .step-title .title {
    text-align: right;
}
.common-step .step-right .step-title .title {
    text-align: left;
}
.common-step .step-title .title-dots {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.common-step .step-title .title-dots span {
    width: 4px;
    flex: 1;
    background: rgba(255, 255, 255, .35);
}
.common-step .step-title .title-dots .dot {
    background-color: #F02A2B;
    width: 10px;
    height: 10px !important;
    flex: none;
    border-radius: 50%;
    margin: 5px 0;
    height: 10px;
}
.common-step .step-fonts {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}
.common-step .step-fonts {
    text-align: left;
}
.common-step .dots-line .white-dot {
    width: 4px;
    height: 4px;
    background: white;
    border-radius: 50%;
    margin: 3px 0;
    flex: none
}
.common-step .dots-line span {
    flex: 1
} */