@charset 'utf-8';
.order-process {
    font-size: 13px;
    line-height: 25px;
    margin: 30px auto;
    padding: 0 150px;
    text-align: center;
    letter-spacing: 1.5px;
}
.order-process h3 {
    font-size: 18px;
    /*font-weight: normal;*/
    margin-bottom: 10px;
    color: #6f5499;
}
.order-process p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 5px;
}
.order-process img {
    display: inline-block;
    margin: 20px 0;
}
