/* Who We Are */
.section-who-we-are {
  min-height: 600px;
}
/* Who We Are */
/* Stats */
.section-about-stats {
  position: relative;
}
.section-about-stats:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 220px;
  background-color: #FFFFFF;
  z-index: 1; 
}
.section-about-stats .container {
  position: relative;
  z-index: 2;
}
/* Stats */