.about-us-area {
    position: relative;
    z-index: 1;
    background-image: url(assets/images/solution/s-bg.png);
    background-color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; 
}
.section-padding-0-70 {
    padding-top: 0px;
    padding-bottom: 70px;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.services-block-four.how {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
}
.special .services-block-four {
    box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
    padding: 20px 20px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.services-block-four {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
}
.services-block-four.how .inner-box {
    padding-left: 70px;
}
.special .services-block-four .inner-box {
    position: relative;
    padding-left: 160px;
}
.services-block-four .inner-box {
    position: relative;
    padding-left: 100px;
}
.services-block-four .inner-box .step {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border: 2px solid;
    background: #7d60f9;
    border-color: #7d60f9;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px !important;
    transition: .3s ease;
}
.services-block-four .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.light-version .services-block-four .inner-box h3 a {
    color: #222;
}
.services-block-four .inner-box h3 a {
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.normal {
    font-weight: 500 !important;
}
.services-block-four.how .inner-box .text {
    margin-bottom: 0;
}
.services-block-four .inner-box .text {
    font-size: 14px;
    color: #888;
    margin-top: 8px;
    margin-bottom: 10px;
}