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

.image {
  z-index: 5;
  flex: none;
  max-width: 60%;
  margin-top: 0;
  position: relative;
  top: auto;
  left: auto;
}

.image-2 {
  z-index: 4;
  flex: none;
  max-width: 60%;
  margin-top: -306px;
  position: relative;
  top: auto;
  left: auto;
}

.image-3 {
  flex: none;
  max-width: 60%;
  margin-top: -321px;
  position: relative;
}

.body {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading {
  color: #44643f;
  letter-spacing: 2px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.button {
  letter-spacing: 1px;
  background-color: #80a681;
  border-radius: 15px;
  font-family: PT Sans, sans-serif;
}

.paragraph {
  text-align: center;
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
  line-height: 24px;
}

.text-span {
  text-transform: uppercase;
  font-size: 15px;
}

.paragraph-2 {
  text-align: center;
  letter-spacing: .5px;
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
}

.link {
  color: #333;
}

.bold-text {
  text-transform: uppercase;
}

.text-span-2 {
  color: #80a681;
  text-transform: uppercase;
}

.heading-copy {
  color: #44643f;
  letter-spacing: 2px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.div-block {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .image {
    flex: none;
    align-self: auto;
    margin-top: 0;
    top: auto;
    left: auto;
  }

  .image-2 {
    flex: none;
    margin-top: -309px;
    top: auto;
    left: auto;
  }

  .image-3 {
    flex: none;
    max-width: 50%;
    margin-top: -299px;
    position: relative;
  }

  .body {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container {
    text-align: center;
    flex: none;
    align-self: center;
    max-width: 90%;
    margin-top: 0;
    padding-top: 100px;
    display: flex;
  }

  .heading {
    margin-bottom: 100px;
  }

  .paragraph-2 {
    text-align: center;
    margin-bottom: 40px;
  }

  .div-block {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .image {
    flex: none;
    max-width: 50%;
    margin-top: 23px;
    top: auto;
    left: auto;
  }

  .image-2 {
    flex: none;
    margin-top: -219px;
    top: auto;
    left: auto;
  }

  .image-3 {
    flex: none;
    max-width: 50%;
    margin-top: -235px;
    position: relative;
  }

  .container {
    flex: 1;
    margin-top: 0;
  }

  .paragraph-2 {
    text-align: center;
  }

  .div-block {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .image {
    text-align: center;
    vertical-align: bottom;
    flex-flow: column;
    flex: none;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    max-width: 70%;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .image-2 {
    vertical-align: bottom;
    flex-flow: column;
    flex: none;
    justify-content: flex-end;
    align-items: center;
    max-width: 70%;
    margin-top: -208px;
    margin-left: 0;
    display: block;
    position: relative;
    inset: auto;
  }

  .image-3 {
    z-index: 1;
    vertical-align: bottom;
    flex-flow: column;
    flex: none;
    justify-content: flex-end;
    max-width: 70%;
    margin-top: -214px;
    display: block;
    position: relative;
  }

  .body {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .container {
    text-align: center;
    flex: none;
    align-self: center;
    max-width: 90%;
    margin-top: 0;
    display: flex;
  }

  .heading {
    text-align: center;
    letter-spacing: 1px;
    font-size: 22px;
  }

  .button {
    text-align: center;
    max-width: 80%;
    font-size: 12px;
  }

  .paragraph {
    font-size: 12px;
  }

  .text-span {
    text-align: center;
    font-size: 14px;
  }

  .paragraph-2 {
    letter-spacing: 0;
    font-size: 12px;
  }

  .text-span-2 {
    font-size: 13px;
    font-weight: 400;
  }

  .heading-copy {
    text-align: center;
    letter-spacing: 1px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
  }

  .div-block {
    text-align: center;
    vertical-align: bottom;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    display: flex;
    position: relative;
  }
}


