.heading {
  position: relative; }
  .heading::after {
    background: #E9B226;
    content: '';
    display: block;
    height: 3px;
    width: 80px;
    margin: 15px 0; }
  .heading.centered-text::after {
    margin: 15px auto; }
  .heading.centered-text::after {
    left: calc(50% - 40px); }
  .heading.no-gold-line::after {
    display: none; }
  .no-gold-line .heading::after {
    display: none; }
