/* === Corporate section headings === */
.page .section-head,
.team-page .section-head,
.products-page .section-head {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 14px 0;
  margin-bottom: 22px;
  border-top: 1px solid rgba(220, 225, 232, 0.08);
  border-bottom: 1px solid rgba(220, 225, 232, 0.08);
}

.page .section-title,
.team-page .section-title,
.products-page .section-title {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.114em;
  text-transform: uppercase;
  color: rgba(220, 225, 232, 0.6);
}
