body {
  color: #564b43;
  background-color: #fcfbf4;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Antic Didone, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
}

p {
  margin-bottom: 0;
  line-height: 30px;
}

.global-section {
  width: 100%;
  height: 100dvh;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(500px, .75fr) 1fr;
  grid-auto-columns: 1fr;
  padding: 50px;
  display: grid;
}

.img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.separator {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-block {
  height: 100%;
  max-width: 470px;
  text-align: center;
  overflow: scroll;
}

.link {
  color: #564b43;
  font-weight: 600;
}

.bold {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .global-section {
    height: auto;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
    padding: 30px 30px 100px;
  }

  .img {
    max-height: 500px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

#w-node-_9ea1bc4a-cd19-9d12-efa6-335d0bd7d6e1-e160a40b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_65ed8a3d-703b-8335-b9d9-eb362f3257a6-e160a40b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-a19e5b49-c189-f8e2-58fc-c37a93815aa7-e160a40b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


