$font-colour: #133367;
$font-colour-grey: #666666;

.section-header-container,
.section-subsection-container {
  margin-top: 18px;
}

.section-heading {
  color: $font-colour;
  font-weight: 500;
  letter-spacing: 0;
}

.section-subheading {
  color: $font-colour-grey;
  font-weight: 500;
  letter-spacing: 0;
}
