:root {
    /*  The max width of the job board container */
    --widthMaxJobBoard: 910px;
  }

/* The container of the job posting details pane. */
.ashby-job-posting-brief {
    /* This adds some space between posting briefings. */
    margin-bottom: 10px;
    background: #F5F5F5;
}

h3.ashby-job-posting-brief-title {
  font-size: 20px;
}


h2.ashby-department-heading {
  margin-left: 0;
}

h2.ashby-department-heading {
margin-left: 0;
}

.ashby-job-board-heading {
font-size: 34px;
text-align: center;
}