.budget {}
.budget .main-title {
  margin-bottom: 35px;
}

.budget .open-24hrs {
  background: url(../images/icone-24h.png) no-repeat left center;
  padding-left: 60px;
}

.budget .margin-bottom {
  margin-bottom: 25px;
}
.budget .meet-our-customers {
  padding: 60px 0px;
  text-align: center;
}
  .budget .meet-our-customers .meet-our-customers-slide {
    margin: 50px 0px;
    margin-bottom: 70px;
    padding: 30px 0px;
  }
    .budget .meet-our-customers .meet-our-customers-slide:before {
      background: url(../images/shadow-top.png) no-repeat center top;
      content: "";
      display: block;
      height: 23px;
      position: absolute;
      top: -23px;
      width: 100%;
    }
    .budget .meet-our-customers .meet-our-customers-slide:after {
      background: url(../images/shadow-bottom.png) no-repeat center top;
      bottom: -23px;
      content: "";
      display: block;
      height: 23px;
      position: absolute;
      width: 100%;
    }

.budget .customer-testimonials {
  background-color: #f0f0f1;
  padding: 50px 0px;
  text-align: center;
}
  .budget .customer-testimonials .customer-testimonials-slide {
    font-size: 17px;
    padding: 30px 0px;
  }
