.hero {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(246, 242, 235, 0.88) 0%, rgba(246, 242, 235, 0.55) 42%, rgba(246, 242, 235, 0.12) 100%),
    url('images/Front Building.png') center / cover no-repeat;
}
