.bg-hero-gradient {
  filter: blur(50px);
  width: 120%;
  height: 700px;
  margin-left: -10%;
  position: absolute;
  inset: -100px 0% auto;
  background-image: linear-gradient(180deg, #d2dcfc, #bddbf5 49%, #e3f5fd);
}
