.about-us-first .services-box{
  display: inline-block;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dfe0e1;
  padding-top: 40px;
}
.about-us-first .services-box:hover{
  background: #89715b;
  cursor: pointer;
  
   transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}
.about-us-first .services-box:hover i{
  background: white;
  border-radius: 100px;
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}
.about-us-first .icon{
  padding: 0px;
  float: left;
  margin-right: 20px;
  padding-bottom:30px
}
.about-us-first .icon i{
  width: 70px;
  height: 70px;
  background: white;
  color: purple;
  line-height: 70px;
  text-align: center;
  font-size: 44px;
}
.about-us-first .service-content h4{
  font-size: 18px;
  font-weight: 900;
  height: 35px;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 30px;
  padding: 0 0 5px 0;
  font-weight: 100;
}

