.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.fact-counter .counter-column .inner img {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 61px;
  height: auto;
}
.services-block-two .inner-box .icon-box img{
  position: relative;
  width: 61px;
  height: auto;
  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;
}
.hiring-process-inner{
    margin-bottom:30px;
}
.paginate-photo{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}