/* -- PARTICIPANTS -- */
.em-participants {
  position: relative;
  z-index: 1;
  background: var(--gray-50);
  padding: 6rem 5vw;
}

.em-participants-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.em-participants .module-section-text {
  margin-bottom: 3.5rem;
}
