.link-block {
  display: inline-block;
}

.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button {
  position: static;
  display: inline-block;
  padding: 15px 25px;
  float: right;
  border-radius: 10px;
  background-image: linear-gradient(228.21deg, #2EF5A9 18.09%, #5875CD 121.94%);
  box-shadow: 0 5px 30px 0 rgba(86, 103, 252, 0.3);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.div-block {
  display: inline-block;
}

.nav-menu {
  font-family: 'Open Sans', sans-serif;
  color: #121122;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.nav-link {
  padding: 15px 15px 15px 20px;
}

.nav-link-2 {
  padding: 15px;
}

.nav-link-3 {
  padding: 15px 30px 15px 15px;
}

.navbar {
  background-color: #fff;
}

.heading {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #121122;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -1.5px;
}

.text-block {
  color: rgba(18, 17, 34, 0.6);
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.5px;
}

.body {
  background-position: 50% 100%;
  background-size: 1440px;
  background-repeat: repeat-x;
  background-attachment: scroll;
  font-family: 'Open Sans', sans-serif;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-2 {
  display: block;
  width: 195px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #121122;
}

.heading-2 {
  display: block;
  margin-top: auto;
  margin-bottom: 15px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -1.5px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}

.text-block-2 {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(18, 17, 34, 0.6);
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.text-block-3 {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(18, 17, 34, 0.6);
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .button {
    margin-left: 15px;
    float: left;
  }
  .nav-menu {
    background-color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-top: 15px;
    margin-left: 20px;
    float: left;
  }
  .nav-menu {
    padding-bottom: 20px;
    background-color: #fff;
  }
  .nav-link {
    padding-left: 20px;
  }
  .nav-link-2 {
    padding-left: 20px;
  }
  .nav-link-3 {
    padding-left: 20px;
  }
  .heading {
    font-size: 32px;
    line-height: 48px;
  }
  .text-block {
    font-size: 20px;
    line-height: 36px;
  }
  .body {
    background-size: 720px;
  }
  .section {
    height: 60vh;
  }
}