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

.section {
  width: 100vw;
  height: 100vh;
  background-color: #bf8967;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  display: flex;
}

.heading {
  color: #ebdbcf;
  text-align: center;
}

.text-span {
  font-family: Quicksand, sans-serif;
  font-size: 80px;
  font-weight: 400;
}

.container {
  height: 250px;
  max-width: 1500px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block {
  height: 100px;
  color: #ebdbcf;
  letter-spacing: 10px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.path-0kdq2 {
  color: #fff;
}

.ikonik-7kexq {
  color: #ebdbcf;
  margin-right: 22px;
  padding-right: 0;
}

.paragraph {
  height: 200px;
  color: #ebdbcf;
  text-align: center;
  padding-top: 125px;
  font-size: 76px;
}

.paragraph-2 {
  width: 1200px;
  height: 50%;
  color: #ebdbcf;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 64px;
  display: inline-block;
}

.container-2 {
  height: 300px;
  margin-top: 0;
}

.text-block-2 {
  height: 100px;
  color: #ebdbcf;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: "Amsterdam Four Ttf 400", sans-serif;
  font-size: 5em;
  display: flex;
}

.text-block-3 {
  color: #ebdbcf;
  text-align: center;
  letter-spacing: 10px;
  padding-top: 40px;
  font-family: Quicksand, sans-serif;
  font-size: 2em;
  line-height: 30px;
}

.heading-2 {
  color: #ebdbcf;
  letter-spacing: 5px;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
}

.image {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .text-block {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-span {
    text-align: center;
    font-size: 4em;
  }

  .text-block {
    letter-spacing: 0;
    font-size: 3em;
  }

  .heading-2 {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 100vh;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading {
    width: 100%;
    font-size: .1%;
    font-weight: 400;
  }

  .text-span {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-top: 0;
    font-size: 1.4em;
    display: block;
  }

  .container {
    margin-bottom: 0;
  }

  .text-block {
    letter-spacing: 0;
    justify-content: center;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 1.8em;
    display: flex;
  }

  .ikonik-7kexq {
    margin-right: 5px;
    font-size: 5px;
    line-height: 5px;
  }

  .container-2 {
    width: 100vw;
    height: auto;
    margin-top: -50px;
  }

  .text-block-2 {
    margin-top: 0;
    font-size: 2em;
  }

  .text-block-3 {
    margin-top: 0;
    padding-top: 0;
    font-size: 1em;
  }

  .heading-2 {
    color: #ebdbcf;
    text-align: center;
    letter-spacing: 0;
    justify-content: flex-start;
    align-items: center;
    font-size: 2em;
    line-height: 70px;
    display: flex;
  }

  .image {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .body {
    height: 100vh;
  }
}


@font-face {
  font-family: 'Amsterdam Four Ttf 400';
  src: url('../fonts/Amsterdam-Four_ttf-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Higuen Serif';
  src: url('../fonts/Higuen-Serif.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}