.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  -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;
}

.lottie-animation {
  min-width: 100%;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  min-width: 50%;
  -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;
}

.image {
  min-width: 100%;
}

.div-block-3 {
  width: 66%;
}

.body {
  font-family: 'BioRhyme Expanded', sans-serif;
  font-weight: 400;
}

.heading {
  font-family: Inconsolata, monospace;
  color: #1d3e60;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.text-span {
  color: #ff1f20;
}

.image-2 {
  min-width: 100%;
}

@media screen and (max-width: 991px) {
  .lottie-animation {
    min-width: 130%;
  }

  .div-block-3 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .lottie-animation {
    min-width: 100%;
    margin-right: -40px;
    margin-left: -40px;
  }

  .div-block-3 {
    width: 100%;
    padding-right: 20px;
    padding-left: 0px;
  }

  .heading {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    -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;
  }

  .div-block {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 40vh;
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .div-block-2 {
    min-width: 100%;
  }

  .div-block-3 {
    padding-left: 20px;
  }
}

