/*Process*/
.niche-service-item {
  position: relative;
  overflow: hidden;
  padding: 50px;
  text-align: left;
  background: #ffffff;
  border-radius: 10px;
}
.niche-service-item .niche-icon {
  margin-bottom: 20px;
}
.niche-service-item span.number {
  font-size: 150px;
  line-height: 130px;
  font-weight: 800;
  color: #141414;
  opacity: 0.1;
  position: absolute;
  top: -10px;
  right: -10px;
}
.niche-service-item h3 {
  font-size: 26px;
  color: #141414;
}
.niche-service-item p {
  font-size: 20px;
  line-height: 32px;
  color: #555555;
}
