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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.header-container {
  justify-content: space-between;
  margin-bottom: 32px;
}

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

.h1-site-header {
  margin-top: 10px;
  font-size: 56px;
}

.h2-site-header {
  margin-top: 10px;
}

.div-block {
  padding-top: 28px;
}

#w-node-_00651158-ccc6-fc20-1883-69761a49e48e-2f8e76a8 {
  justify-self: end;
}

#w-node-edd22f2d-f5ba-1e1e-ac93-3b303620875c-2f8e76a8 {
  place-self: center end;
}


