.about-us-page-heading-area {
  color: #ffffff;
  padding: 130px 0 100px;
  text-align: center;
  background-image: url(/template/1f6e749a/images/about-us-page-heading.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.about-us-page-heading-area::before {
  content: "";
  background: #000000;
  opacity: 0.77;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.widget-snippet .about-us-page-heading-area::before {
  display: none;
}
.about-us-heading-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  position: relative;
}
.about-us-heading-container .about-us-heading-title {
  font-family: "Averia Sans Libre", Sans-serif;
  font-size: 58px;
  line-height: 1.3em;
  font-weight: 900;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.about-us-heading-container .about-us-heading-text {
  font-family: "Roboto";
  font-size: 23px;
  line-height: 1.2em;
  color: #FFFFFF;
  margin: 0;
}
