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

@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: #1b1b1b;
}

.div-block {
  aspect-ratio: 16 / 9;
  background-image: url('../images/DarkForge_Hero_Section_20240423.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.div-block-2 {
  justify-content: space-between;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-4 {
  align-self: center;
}

.section {
  margin-top: 20px;
  margin-bottom: 0;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .19);
  max-width: 600px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Merriweather, serif;
  font-size: 50px;
  line-height: 60px;
}

.image {
  padding-left: 25px;
  padding-right: 25px;
}

.section-2 {
  aspect-ratio: 16 / 9;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-2 {
  color: #868686;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Merriweather, serif;
  font-size: 40px;
  line-height: 40px;
}

.text-block-2.home {
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .text-block {
    max-width: 500px;
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-2.home {
    font-size: 15px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    flex-flow: column;
  }

  .div-block {
    aspect-ratio: auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container {
    flex-flow: column;
  }

  .text-block {
    max-width: 450px;
  }

  .section-2 {
    display: flex;
  }

  .image-2 {
    max-width: 80%;
  }

  .div-block-5, .div-block-6 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    aspect-ratio: 2 / 3;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    display: block;
  }

  .div-block-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-3 {
    align-self: auto;
  }

  .text-block {
    max-width: 300px;
    font-size: 25px;
    line-height: 35px;
  }

  .section-2 {
    aspect-ratio: auto;
    align-items: stretch;
    display: flex;
  }

  .text-block-2 {
    font-size: 25px;
  }

  .text-block-2.home {
    font-size: 12px;
  }

  .image-2 {
    margin-left: 20px;
  }

  .div-block-5 {
    margin-bottom: 0;
  }

  .div-block-6 {
    margin-top: 0;
  }
}
