#slide9{
    width:1000px;
    height:768px;
    margin: 0 auto;
    position:relative;
}
 #slide9 .f-bottom{
    background: url(../../images/bot-bg.png) left 0 no-repeat !important;
 }
 #slide9 .top-bg{
    background: url(../../images/top-bg-n.png) left 0 no-repeat !important;
 }

#slide9 .left-block{
    float: left;
    width: 50%;
    height: 650px;
    margin-top: 110px;
}
#slide9 .left-block h1{
    font-size: 27px;
    text-transform: uppercase;
    font-family: "FiraSansMedium";
    letter-spacing: 3px;
    margin-bottom: 15px;
    line-height: 1.1;
    color: #585858;

}
#slide9 .left-block p
{
    font-size: 18px; 
    font-family: "FiraSansRegular";
    line-height: 1.224;
    font-weight: 100;
    color: #585858;

}
#slide9 .right-block{
    float: left;
    width: 50%;
    height: 600px;

}
.step1{
    float: left;
    width: 100%;
    height: 80px;
}
.step1 p{
    margin-top: 15px;
}
.step2{
    float: left;
    width: 100%;
    height: 80px;
}
.step3{
    float: left;
    width: 100%;
    height: 100px;
}
#slide9 .left-block span{
     font-size: 27px;

}