:root {
  --white: white;
  --black: black;
}

.lottie-animation {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 30%;
  max-height: 36.6016%;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

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

.link {
  color: #003346;
}

.gradient-span {
  background-color: rgba(0, 0, 0, .46);
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #72c0b5, #d8ba69);
  -webkit-background-clip: text;
  background-clip: text;
}

.body {
  background-color: #fff;
}

.bold-text {
  color: #003346;
}

@media screen and (max-width: 991px) {
  .text-block-2 {
    text-align: center;
    line-height: 36px;
  }

  .link {
    line-height: 36px;
  }
}

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

  .text-block-2 {
    text-align: center;
    line-height: 36px;
  }
}
