.services_review_body{
    width: 100%;
    float: left;
    padding: 90px 0;
    margin: 0;
}

.services_review_body .rightwpr h4{
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    color: #F70;
}
.services_review_body .leftwpr{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
.services_review_body .leftwpr h2{
    margin: 0 0 30px 0;
    color: #0b3969;
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
}
.services_review_body .leftwpr p{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0 0 30px;
}
.services_review_body .leftwpr ul{
    list-style-type: none;
    margin: 0;
}
.services_review_body .leftwpr ul li {
    width: 100%;
    float: left;
    padding: 0 0 0 30px;
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 24px;
    position: relative;
}
.services_review_body .leftwpr ul li strong{
    font-weight: 700;
}
.services_review_body .leftwpr ul li::before{
    position: absolute;
    content: '';
    width: 18px;
    height: 36px;
    left: 0;
    top: 5px;
    background: url(../../images/icon.png) no-repeat;
    background-position: center;
    background-size: 18px;
}

/* 

thin 100
extra-light 200
light 300
regular 400
medium 500
semi-bold 600
bold 700
extra-bold 800
black 900
*/
/*====================================================== Responsive =========================*/
@media only screen and (max-width:1280px) {
}

@media only screen and (max-width:1199px) {
}
@media only screen and (max-width:1024px) {
}

@media only screen and (max-width:991px) {
    .services_review_body .rightwpr h4 {
        font-size: 20px;
        line-height: 32px;
    }
    .services_review_body{
        padding: 60px 0;
    }
    .services_review_body .leftwpr h2 {
        margin: 0 0 20px 0;
        font-size: 30px;
        line-height: 40px;
    }
    .services_review_body .leftwpr p {
        margin: 0 0 20px;
    }
}

@media only screen and (max-width:840px){
}

@media only screen and (max-width:767px) {
    .services_review_body .rightwpr h4 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 20px;
    }
    .services_review_body{
        padding: 40px 0;
    }
    .services_review_body .leftwpr h2 {
        margin: 0 0 15px 0;
        font-size: 24px;
        line-height: 34px;
    }
    .services_review_body .leftwpr p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 15px;
    }
}

@media only screen and (max-width:640px) {
}

@media only screen and (max-width:520px) {
    .services_review_body .rightwpr h4 {
        font-size: 17px;
        line-height: 22px;
        margin: 0 0 15px;
    }
    .services_review_body{
        padding: 30px 0;
    }
    .services_review_body .leftwpr h2 {
        margin: 0 0 12px 0;
        font-size: 20px;
        line-height: 28px;
    }
    .services_review_body .leftwpr p {
        font-size: 15px;
        line-height: 23px;
        margin: 0 0 12px;
    }
    .services_review_body .leftwpr ul li {
        padding: 0 0 0 20px;
        margin: 0 0 12px;
        font-size: 15px;
        line-height: 22px;
    }
    .services_review_body .leftwpr ul li::before {
        width: 12px;
        height: 28px;
        top: 0px;
        background-size: 12px;
    }
}

@media only screen and (max-width:420px) {
}

@media only screen and (max-width:380px) {
    .services_review_body .rightwpr h4 {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 12px;
    }
    .services_review_body .leftwpr h2 {
        margin: 0 0 10px 0;
        font-size: 18px;
        line-height: 24px;
    }
    .services_review_body .leftwpr p {
        font-size: 14px;
        line-height: 21px;
        margin: 0 0 12px;
    }
    .services_review_body .leftwpr ul li {
        font-size: 14px;
        line-height: 20px;
    }
}