.responsive-body-03 {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0.24px;
}

.responsive-heading-07 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: normal;
}

.wrapper {
  display: block;
  position: relative;
  min-width: 100%;
  min-height: 100%;
  text-align: center;
  overflow-x: hidden;
}

.content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.header {
  position: relative;
  width: 100%;
  height: 72px;
  background: #f5f9fa;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}

.header-inner {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 32px;
  margin: 0 auto;
}

.header-logo-wrapper {
  display: table-cell;
  width: 155px;
  height: 25px;
  vertical-align: middle;
  text-align: left;
}

.header-logo-image {
  width: 155px;
  height: 25px;
}

.bg-image-fossil {
  position: absolute;
  bottom: 180px;
  left: 0;
  height: 372px;
  z-index: 1;
}

.bg-image-deco {
  display: none;
  position: absolute;
  top: 76px;
  right: 0;
  z-index: 1;
  width: 198px;
  height: 187px;
}

.content {
  margin: 4px auto 0;
  width: 100%;
  max-width: 280px;
  height: auto;
  padding: 24px 0 372px;
  z-index: 2;
}

.content-title {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  color: #00bcb2;
  margin: 0 auto;
}

.content-desc-wrapper {
  position: relative;
  width: 100%;
  margin: 16px auto 0;
  color: #667278;
}

.content-desc {
  position: relative;
  width: 100%;
  text-align: left;
}

.content-browser {
  position: relative;
  width: 100%;
  margin: 24px auto 0;
}

.content-browser-label {
  width: 100%;
  text-align: left;
  color: #667278;
}
.content-browser-label-2 {
  margin: 16px 0 0;
}

.content-browser-item {
  width: 100%;
  text-align: left;
  margin: 16px 0 0;
}

.browser-icon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
}

.browser-link {
  display: inline-block;
  vertical-align: middle;
  color: #00bcb2;
  cursor: pointer;
  margin-left: 8px;
}

.footer {
  position: relative;
  width: 100%;
  height: 180px;
  z-index: 2;
  padding: 20px 32px 0;
  background-color: #fff;
}

.footer-logo-wrapper  {
  display: block;
  width: 155px;
  height: 25px;
}

.footer-logo-image  {
  width: 155px;
  height: 25px;
}

.footer-copyright {
  display: block;
  text-align: left;
  color: #667278;
  font-size: 13px;
  line-height: 20px;
  margin: 24px 0 0;
}

@media screen and (min-width: 768px) {
  .responsive-body-03 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.16px;
  }

  .header-inner {
    padding: 0 42px;
  }

  .bg-image-deco {
    display: block;
  }

  .bg-image-fossil {
    position: absolute;
    bottom: 128px;
    left: -341px;
    height: 531px;
    z-index: 1;
  }

  .content {
    max-width: 380px;
    padding: 50px 0 142px;
    margin: 4px 0 0 40%;
  }

  .content-title {
    font-size: 40px;
    line-height: 48px;
    text-align: left;
  }

  .content-desc-wrapper {
    margin: 32px auto 0;
  }

  .content-desc {
    text-align: left;
  }

  .content-browser-label {
    padding-left: 0;
  }

  .content-browser-item {
    padding-left: 16px;
  }

  .footer {
    display: table;
    position: fixed;
    bottom: 0;
    height: 128px;
    padding: 0 48px;
    z-index: 2;
  }

  .footer-logo-wrapper {
    display: table-cell;
    vertical-align: middle;
  }

  .footer-copyright {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 42px;
    margin: 0;
  }
}

@media screen and (min-width: 1264px) {
  .wrapper {
    min-height: 768px;
    height: 100%;
  }

  .bg-image-fossil {
    position: absolute;
    left: 0;
    height: 547px;
  }

  .content {
    padding: 59px 0 142px;
    margin: 4px 0 0 58%;
  }
}