.service .row{
  background: #f7f7f7;
  padding: 40px;
  position:relative;
  margin-bottom:40px;
}
.icon-1{
  position: absolute;
  width: 50px;
  right: 20px;
  bottom: -43px;
  z-index: 2;
  }
.icon-2{
  position: absolute;
  width: 50px;
  left: 20px;
  bottom: -43px;
  z-index: 2;
  }
  .icon-3{
    position: absolute;
    width: 100px;
    right: 20px;
    bottom: -43px;
    z-index: 2;
    }
.service .content-fluid{
  width:100%;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  border-radius:10px;
}

.service .item{
  padding:20px;
}
