.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.lottie-animation {
  width: 400px;
  display: block;
}

.container {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  padding: 20px 40px 39px;
  display: flex;
  box-shadow: 0 5px 10px #0003;
}

.section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.button {
  background-color: #575757;
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.button:hover {
  background-color: #f18100;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.body {
  background-color: #c2c2c2;
}

.text-block {
  text-align: center;
  font-size: 17px;
}

@media screen and (max-width: 991px) {
  .container {
    border-radius: 20px;
  }

  .heading {
    text-align: center;
    line-height: 25px;
  }

  .text-block {
    text-align: center;
  }
}

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

  .container {
    width: 100%;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 28px;
  }
}

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

  .container {
    max-width: 100%;
  }

  .div-block {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
}


