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

.div-text {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

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

.text-span {
  font-size: 18px;
}

@media screen and (min-width: 1440px) {
  .paragraph {
    font-size: 21px;
    line-height: 28px;
  }

  .text-span {
    font-size: 32px;
  }

  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 479px) {
  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

#w-node-_69a21811-ef65-8dfc-4ab8-e0dfeb198375-6c6e5135 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr .5fr;
}

#w-node-_42122287-a98d-ef3b-5bb1-cbbb66bf0d43-6c6e5135 {
  grid-column: span 3 / span 3;
}

@media screen and (max-width: 479px) {
  #w-node-_69a21811-ef65-8dfc-4ab8-e0dfeb198375-6c6e5135 {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
  }
}
