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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header-section {
  color: #dcc97d;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 100%;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  width: 1366px;
  max-width: 100%;
  display: flex;
}

.wrapper-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.image {
  border: 8px solid #926228;
  width: 100%;
}

.paragraph {
  margin-top: 2rem;
  font-size: 1.2rem;
}

.link-block {
  width: 20%;
  margin-bottom: 4rem;
}

.text-block {
  font-size: 1.2rem;
}

.link {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-txt {
  color: #dcc97d;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-auto-flow: row;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 1rem;
  }

  .grid {
    grid-template-columns: 1fr;
  }
}

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

#w-node-f346a848-3a17-ce76-7cc0-62fff8fc12f0-fff88ead {
  align-self: center;
}


