/* Colors */
/* Responsive */
#page .site-content .page-section.about-us .row {
  width: 100vw;
}
#page .site-content .page-section.about-us .row .content {
  width: 50vw;
  padding: 3rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .site-content .page-section.about-us .row .content {
    width: 100vw;
    padding: 2rem;
  }
}
#page .site-content .page-section.about-us .row .content .heading {
  font-size: 1.5rem;
  font-weight: 800;
  padding: 1.3rem 0;
}
#page .site-content .page-section.about-us .row .content .copy {
  color: #6d6e71;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 20px;
  padding: 0.8em 0;
  text-transform: none;
}
