:root {
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.body {
  background-color: #222520;
  margin-bottom: auto;
}

.section {
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.container {
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
}

.image {
  margin-bottom: 30px;
}

.quick-stack {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.text-block {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.image-2 {
  padding-top: 8px;
}

.image-3 {
  padding-bottom: 30px;
}

.link {
  color: #fff;
  letter-spacing: 1px;
  background-image: url('../images/heah-contact-us.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 170px;
  padding-top: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 32px;
  line-height: 90%;
  text-decoration: none;
  position: absolute;
  bottom: 5px;
}

@media screen and (max-width: 479px) {
  .section {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    margin-bottom: 20px;
  }

  .quick-stack {
    padding-top: 0;
  }

  .text-block {
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .image-2 {
    margin-bottom: 40px;
  }

  .link {
    background-size: 150px;
    padding-top: 20px;
    font-size: 30px;
    position: static;
  }
}

#w-node-_5eca0699-4d39-3fe1-7b84-f3200b9febde-7a6974d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_5eca0699-4d39-3fe1-7b84-f3200b9febde-7a6974d0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1ec64e7e-5a60-358d-d47d-cef7d04ebac7-7a6974d0 {
    order: 9999;
  }
}
