.honer .honer-bg {
    width: 100%;
}
.honer {
    position: relative;
}
.honer .honer-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.honer-content .slogan {
    margin-top: 60px;
    width: 378px;
    height: 662px;
    margin-bottom: 104px;
}

@media (max-width: 1280px) {
    .honer .honer-content {
        top: 673px;
    }
    .proces-step {
        max-height: 1000px;
        overflow: scroll;
    }
} 

@media(min-width: 1281px) and (max-width: 1920px) {
    .honer .honer-content {
        top: 920px;
    }
    .proces-step {
        max-height: 1300px;
        overflow: scroll;
    }

} 
@media(min-width: 1921px) and (max-width: 4800px) {
    .honer .honer-content {
        top: 1173px;
    }
    .proces-step {
        max-height: 1800px;
        overflow: scroll;
    }

} 


.proces-step::-webkit-scrollbar {
    display: none;
  }
