.image {
  z-index: -1;
  filter: blur(7px);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/hamika-background.jpg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.image-2 {
  z-index: 999;
  width: 67%;
}

.body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px #ffffff45;
  margin-top: 40px;
  margin-bottom: 0;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .image-2 {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    width: 81%;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    width: 85%;
  }
}
