.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 96px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.lottie-animation {
  width: 100%;
  max-width: 499px;
}

@media screen and (max-width: 767px) {
  .div-block {
    height: auto;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }
}