/* About page hero background — extracted from inline <style> in about.html */
.about-hero {
  background-image: url('../images/hero_2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
