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

.p2 {
  font-size: 16px;
}

.heading {
  text-align: center;
}

.cell {
  text-align: left;
  border-bottom: 1px solid #000;
  align-items: center;
}

.quick-stack {
  text-align: left;
  background-color: #fff8db;
  margin-left: auto;
  margin-right: auto;
}

.cell2 {
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
}

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

.paragraph {
  text-align: center;
}

.div-block-2 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .quick-stack {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
    font-size: 28px;
  }

  .cell {
    border-bottom: 1px solid #000;
    justify-content: center;
    align-items: center;
  }

  .quick-stack {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .quick-stack {
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_27584ece-2be6-3b18-ac63-aca16805628f-4e5f67d2 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}


