.scheme{

}

.scheme-header{
    font-size: 36px;
    color: #2b2b2b;
}

.scheme-item{
    margin-bottom: 25px;
}

.scheme-desc{
    margin: 0 8px;
    margin-top: 12px;
    font-size: 24px;
    color: #626262;
    font-family: "pfdintextcondprothin";
}

.step-number{
    color: #ffffff;
    font-size: 72px;
    line-height: 120px;
    background-color: #498bff;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 auto;
}

.arrow-up{
    position: absolute;
    background: url("../img/module-scheme/arrow-up.png") no-repeat;
    width: 47px;
    height: 59px;
}

.arrow-down{
    position: absolute;
    background: url("../img/module-scheme/arrow-down.png") no-repeat;
    width: 47px;
    height: 59px;
}