.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 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block {
  background-color: #002002;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 500px;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.heading {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.section-10 {
  background-color: #161826;
}

.container-15 {
  padding: 60px 30px;
}

.text-block-4 {
  color: #adadad;
  text-align: center;
  width: 582px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.link {
  color: #acacac;
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 17px;
    line-height: 1.2em;
  }

  .text-block-4 {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
  }

  .container-16 {
    padding-left: 15px;
    padding-right: 15px;
  }
}


