body:not(.page-template-about) #inner-page-wrapper {
  margin-top: 120px;
}

#breadcrumbs {
  /*display: none;*/
}

#content h2 {
  font-size: 50px;
  font-weight: 400;
  color: var(--font-color-title);
  line-height: 1;
  letter-spacing: 0.205em;
  text-transform: uppercase;
}

#content strong.purple-text {
  font-size: 21px;
  font-weight: 300;
  color: rgba(var(--primary-color), 1);
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  body:not(.page-template-about) #inner-page-wrapper {
    margin-top: 0;
  }
  #content h2 {
    font-size: 40px;
  }
}