/* =========================================================
   NURIA REALTY — ABOUT PAGE
========================================================= */

.about-page .nr-page-hero,
.nr-about-hero{
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.68) 0%,
      rgba(0,0,0,.42) 48%,
      rgba(0,0,0,.20) 100%
    ),
    url('../img/about/hero/about-hero.webp')
    center center / cover no-repeat;
}