/* =========================================================
   NURIA REALTY — CONTACT PAGE
========================================================= */

.nr-contact-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/contact/hero/contact-hero.webp')
    center center / cover no-repeat;
}