.entreprenourship-projects-container {
  background: #fff;
  z-index: 1;
  padding: 20px 0;
  background-color: #EEEEEE;
}

.entreprenourship-projects-container .section-title {
  text-align: center;
  padding: 0 0 25px 0;
  border: 0;
}

.entreprenourship-project-list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}