/* breakpoints */
.section-heading {
  position: relative;
  display: inline-block;
  /* breakpoints */
}

.section-heading h2 {
  font-size: 1.25rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin: 3.125rem 0;
  letter-spacing: 0.2em;
  color: #231f20;
}

.section-heading a {
  position: absolute;
  right: 0.9375rem;
  top: 4.125rem;
  font-size: 0.875rem;
  outline: 0;
  text-decoration: none;
  color: #909092;
}

@media (max-width: 960px) {
  .section-heading h2 {
    margin: 1rem 0 0;
  }
  .section-heading a {
    position: relative;
    display: block;
    text-align: center;
    margin: 1rem auto;
    top: 0;
    right: 0;
  }
}

.section-heading.small-section-heading {
  border-top: 2px solid #231f20;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .section-heading.small-section-heading {
    margin-left: 15px;
  }
}

.section-heading.small-section-heading h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 800;
  padding: 1rem 0 1.375rem;
  margin: 0;
  width: 100%;
  text-align: left;
}

div.section-heading-reduced h2 {
  margin: 1.875rem 0;
}
