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

.heading {
  text-align: center;
  margin-top: 100px;
}

.paragraph {
  text-align: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  color: #fff;
  background-color: #000;
  background-image: url('../images/web-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 30px;
  font-family: Roman Sd, Arial, sans-serif;
}

.image {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: auto 0% -5%;
}

.cell, .cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .heading {
    margin-top: 0;
  }

  .paragraph {
    width: auto;
  }

  .body {
    height: auto;
  }

  .image {
    margin-top: 220px;
    bottom: -10%;
  }

  .quick-stack, .section {
    margin-bottom: 100px;
  }
}

#w-node-f66c70a8-ebe8-925d-6f0d-051dc33bdcdb-62e83082 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}


@font-face {
  font-family: 'Roman Sd';
  src: url('../fonts/Roman-SD.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}