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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.quick-stack {
  padding-top: 20px;
}

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

.section {
  height: 70vh;
  background-image: linear-gradient(#77c2f1, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -12px;
  display: flex;
  position: relative;
}

.image {
  width: 250px;
  text-align: right;
  margin-right: 100px;
  padding-right: 0;
  display: block;
}

.heading {
  text-align: center;
  background-color: #77c2f1;
  margin-top: 0;
  font-family: Merriweather, serif;
}

.paragraph {
  aspect-ratio: auto;
  text-align: center;
  margin-top: 30px;
}

.container {
  text-align: center;
}

.body {
  height: 80vh;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  margin-bottom: 96px;
  display: grid;
}

.text-block-2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}

.paragraph-2 {
  text-align: center;
  font-family: Merriweather, serif;
  font-style: normal;
}

.div-block {
  margin-top: 25px;
  margin-bottom: 39px;
}

.subheading {
  font-family: Merriweather, serif;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .image {
    text-align: right;
  }
}

#w-node-f7153973-d678-8571-f5fd-f11ada6263b4-49a139d8, #w-node-d862150f-7cdd-9bf7-5df8-f9c80521eec3-49a139d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc89a5a3-08d9-045f-d0ce-71849f46f917-49a139d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_973d6c08-c2d8-10cd-b7cc-dd668f14a05c-49a139d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


