.allsteps h1 {
    margin-top: 0;
    border-bottom: 1px solid #DBE4EB;
    padding-bottom: 1rem;
    padding-top: 4.375rem;
    position: absolute;
    top: 0;
    width: calc(100% - 8.75rem);
    background-color: #fff;
    z-index: 1;
    line-height: 1.12;
}

.allsteps-wrapper {
    position: relative;
    margin-top: 4.6rem;
    margin-bottom: 6rem;
}

.allsteps-wrapper:before {
    content: '';
    height: 100%;
    left: 49px;
    position: absolute;
    border-left: 3px dashed #F1F4F7;
    z-index: -1;
}

.allsteps-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
}

.allsteps-flex + .allsteps-flex {
    margin-bottom: 10px;
}

.allsteps-flex > div:first-child {
    width: 100px;
}

.allsteps-text, .allsteps-header h2 {
    width: 80%;
}

.allsteps-header div, .allsteps-number {
    background-color: #F1F4F7;
    border-radius: 100%;
    text-align: center;
}

.allsteps-header div {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.allsteps-header img {
    width: 52%;
}

.allsteps-header h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #154E84;
}

.allsteps-number {
    width: 36px;
    height: 36px;
    line-height: 38px;
    margin: 0 auto;
    color: #164E84;
}

.allsteps-text {
    padding: 1.25rem;
    border: 1px solid #DBE4EB;
}

.allsteps h3 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0.2rem;
}

.allsteps-bottom {padding: 1.25rem 0;text-align: right;border-top: 1px solid #DBE4EB;position: absolute;bottom: 0;width: calc(100% - 8.75rem);left: 4.375rem;background-color: #fff;}


.allsteps-bottom .button {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 0.7rem;
    font-size: 1rem;
    box-shadow: 0 4px 0 #DBE4EB;
    padding-right: 2rem;
    background-color: #FFC41A;
    background-image: url(/img/icons/arrow-black.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    cursor: pointer;
}
