.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;
  }
}

.section {
  height: 64px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading {
  color: #000;
  text-align: center;
  letter-spacing: -3px;
  margin-bottom: 60px;
  font-size: 50px;
  line-height: 50px;
}

.heading-2 {
  color: gray;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.body {
  height: 100vh;
}

.section-3 {
  color: gray;
  text-align: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block {
  font-size: 13px;
}

.text-span {
  letter-spacing: -3px;
  font-size: 40px;
}

.text-block-2 {
  letter-spacing: 4px;
  font-size: 16px;
}

.image {
  width: 80px;
  height: 80px;
}

.button {
  background-color: #0048ff;
  border-radius: 20px;
  padding: 20px 30px;
  font-size: 20px;
}

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

@media screen and (max-width: 767px) {
  .heading {
    letter-spacing: -4px;
    font-size: 58px;
    line-height: 64px;
  }

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

  .column {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    letter-spacing: -2px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .section-2 {
    height: 80vh;
  }

  .text-span {
    letter-spacing: -3px;
    font-size: 44px;
    line-height: 44px;
  }
}


