.img-header-wrapper {
  margin-top: 32px;
}

.img-header {
  max-width: 100%;
}

.container {
  max-width: 800px;
}

.header-header {
  padding-top: 88px;
}

.header-subtitle {
  margin-top: 64px;
}

.header-description {
  margin-top: 16px;
}

.section {
  margin-top: 34px;
}

.section-header {
}

.section-image-wrapper {
  margin-top: 16px;
}

.section-image {
  width: 100%;
}

.section-text {
  margin-top: 16px;
}

.section-subtitle {
  margin-top: 24px;
}

.list {
  margin-top: 16px;
}

.list li {
  margin-bottom: 16px;
}

.app-wrapper {
  padding: 0 100px;
  background: #303030;
}

.app-inner {
  background: white;
}

@media (max-width: 600px) {
  .app-wrapper {
    padding: 0 0;
    background: #fff;
  }
}
