.services {
  padding: 0;
}
#services {
	background-size: cover;
	background-color: #FFFFFF;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 5px 5px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
  
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap img {
  border-radius: 4px;
}

.services-wrap .pull-left {
  margin-right: 20px;
}
