@media (max-width:575.98px) {

}

.block-steps {
    padding: 70px 0 120px 0;
}

.step-container {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.krokstep-box {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.krokiround {
    width: 75px;
    height: 75px;
    font-weight: bold;
    background: #3E00B8;
    font-size: 42px;
    color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.krokstep-title {
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.arrowrightlong {
    position: absolute;
    right: -22px;
    top: 25px;
}

@media (max-width:767.98px) {
    .arrowrightlong {
        right: -9px;
    }
}