.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 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10svh;
  display: flex;
}

.section-2 {
  width: 100%;
  height: 80svh;
  display: flex;
}

.body {
  background-color: #222;
  padding-left: 5em;
  padding-right: 5em;
}

.container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.button {
  color: #969696;
  background-color: #000;
  font-family: Inter, sans-serif;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.heading {
  color: #afafaf;
  font-family: League Spartan, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2em;
}

.link {
  color: #929292;
  margin-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.link:hover {
  color: #cecece;
}

.section-3 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 10svh;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: none;
  display: flex;
}

.text-block {
  color: #5f5f5f;
  font-family: Inter, sans-serif;
  font-size: .8em;
  line-height: 1.3em;
}

.bold-text {
  color: #929292;
  font-weight: 400;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.link-3 {
  color: #999;
}

.link-3:hover {
  color: #cecece;
}

.text-span {
  font-family: League Spartan, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 479px) {
  .body {
    padding-left: 2em;
    padding-right: 2em;
  }

  .heading {
    font-size: 2em;
    line-height: 1.1em;
  }
}


