#root {
  height: 100vh;
  background: url("../assets//bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: auto;
}
#banner {
  height: auto;
  /* background: center bottom no-repeat; */
  -webkit-background-size: cover;
  background-size: cover;
}
#banner .text {
  color: rgb(138, 75, 28);
  text-align: center;
}
#banner .text .icon {
  width: 31%;
  margin: 10% auto 0;
}
#banner .text h4 {
  margin: 1% 0;
}
#banner .image {
  margin: 2.3% auto;
  width: 51%;
  text-align: center;
  display: block;
}
.download-row {
  margin-top: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.download-row :last-child a {
  margin-left: 32px;
}
.text {
  color: #000;
  text-align: center;
}
h2 {
  font-family: DINBold;
  font-size: 36px;
  margin-top: 8.5%;
  margin-bottom: 2%;
}
h4 {
  font-family: AvenirLTStdLight;
  font-size: 18px;
  font-weight: normal;
  opacity: 0.7;
}
.section-wrap .image {
  text-align: center;
}
.section-wrap .image img {
  max-width: 100%;
}
#app-container-1 .image {
  width: 50%;
  margin: 4% auto 2%;
}
#app-container-2 {
  background-color: #fbfbfb;
}
#app-container-2 .image {
  width: 50%;
  margin: 4% auto 2%;
}
#app-container-3 .image {
  width: 50%;
  margin: 4% auto 2%;
}
#app-container-4 {
  background-color: #fbfbfb;
}
#app-container-4 .image {
  width: 50%;
  margin: 4% auto 2%;
}
#app-container-3D {
  background-color: #fff;
}
#app-container-3D .image {
  width: 50%;
  margin: 4% auto 2%;
}
.content {
  display: flex;
  justify-content: center;
}

.img {
  margin-right: 32px;
}
.content :last-child {
  margin-right: 0;
}

.btn {
  width: 138.7px;
  height: 47.55px;
  color: #fff;
  font-size: 16px;
  line-height: 47.55px;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  border: none;
  /* font-weight: 500; */
}
