/**
 * Job Opportunities Module
 * List wrapper and heading styles
 */

.job-opportunities-list {
  width: 100%;
  margin: 0 auto;
}

.job-opportunities-empty {
  margin: 0 auto;
  text-align: center;
  max-width: 860px;
  padding: 5em 0;
}
