}



/* =========================
   Section splits / separators
   ========================= */

/* Default layout: subtle dividers + section top rule */
.section {

  position: relative;
}

.section:before {

  content:"";
  position:absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(229,215,196,0.85);
}

.section:first-of-type:before {
 display:none;
}

.section-title:after {

  content:"";
  display:block;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: rgba(43,122,105,0.20);
  margin-top: 10px;
}
