#fh5co-features, #fh5co-features-2, #fh5co-features-3, #fh5co-products, #fh5co-faqs {
    padding: 8em 0 25em 0;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    background-image: url(../jpg/movement.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 62%;
}

.step {
    display: inline-block;
    margin: auto;
    border: 1px solid #F39300;
    border-bottom: 0;
    top: 1px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    position: relative;
}

.box img {
    max-width: 100%;
}

.box-in {
    text-align: center;
    border: 1px solid #BBCCD0;
    background: #FFFFFF;
    padding: 18px 15px 0px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #C6DADF 0 2px 3px;
    -moz-box-shadow: #C6DADF 0 2px 3px;
    box-shadow: #C6DADF 0 2px 3px;
    position: relative;
    min-height: 480px;

}

.step_one_box img {
}

.step_two_box img {
}

.step_three_box img {
}

.box {
}

.box h2 {
    color: #444e5a;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.box p {
    font-size: 15px;
    color: #677280;
    min-height: 100px;
}

.arrow {
    background: url(../png/arrow.png) 320px center no-repeat;
}

.step {
    display: inline-block;
    margin: auto;
    border: transparent;
    border-bottom: 0;
    top: 1px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    position: relative;

}

.step span {
    /* background: #3a5178 url(../../img/home-images/step-shadow.png) repeat-x bottom; */
    border: transparent;
    /* border-bottom: 0; */
    font-weight: bold;
    font-size: 12px;
    color: #333;
    /* padding: 6px 15px; */
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 0px;
    position: relative;
    color: #f06b7c;
    border-left: 10px solid #f06b7c;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 10px;
}

@media (max-width: 992px) {
    .box {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    #fh5co-faqs {
        padding-top: 9em;
    }
}