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

.bold-text {
  color: #b23030;
  text-align: left;
}

.section {
  text-align: center;
}

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

.bold-text-2, .text-span, .text-span-2, .text-span-3 {
  color: #088d41;
}

.image {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-3 {
  margin-top: 20px;
}

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

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: #088d41;
}

.bold-text-3 {
  color: #088d41;
  font-size: 25px;
}

.button {
  background-color: #04a74b;
  margin-top: 20px;
  margin-bottom: 60px;
}

.paragraph, .paragraph-2, .text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5, .bold-text-4, .bold-text-5 {
  font-size: 16px;
}


