.wrapper {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff url("../../img/bg/background.jpg") center center fixed no-repeat;
  background-size: cover;
  filter: blur(10px);
  transform: scale(1.1);
}

.wrapper .heading {
  color: #ffffff;
}

.wrapper .paragraph {
  color: white;
}

.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
