.w-basic-heading--styledAs-h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

.w-basic-heading--styledAs-h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

.w-basic-heading--styledAs-h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

.w-basic-heading--styledAs-h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

.w-basic-heading--styledAs-h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

.w-basic-heading--styledAs-h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation {
  width: 750px;
}

.heading {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 74px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 62px;
  text-align: center;
}

.text-span {
  font-size: 70px;
}

.text-span-2 {
  color: #009fe3;
  font-size: 70px;
}

.text-span-3 {
  color: #696969;
  font-weight: 500;
}

.text-span-4 {
  color: #7a7a7a;
  font-weight: 500;
}

.div-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.heading-2 {
  margin-bottom: 39px;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section {
    overflow: hidden;
  }

  .lottie-animation {
    width: 520px;
  }

  .heading {
    margin-bottom: 10px;
  }

  .div-block {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
}

@media screen and (max-width: 479px) {
  .lottie-animation {
    width: auto;
  }

  .heading {
    margin-bottom: 20px;
  }

  .text-span {
    font-size: 50px;
  }

  .text-span-2 {
    font-size: 50px;
  }

  .text-span-3 {
    font-size: 30px;
  }

  .text-span-4 {
    font-size: 30px;
  }

  .div-block {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 20px;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 24px;
  }
}