@import "all.css";
body {
  background-color: #1f1f25;
}

.about {
  width: 100%;
  margin-top: 100px;
}
.about .container {
  flex-direction: column;
  max-width: 1500px !important;
}
.about .container .title img {
  width: 300px;
}
.about .container .content {
  padding: 40px 120px;
}
.about .container .content h1 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 40px;
}
.about .container .content p {
  color: #fff;
  line-height: 2;
  font-weight: 600;
  text-indent: 4rem;
  margin-top: 20px;
  font-size: 26px;
}
.about .container .content img {
  width: 100%;
  margin-top: 60px;
}

.img {
  width: 100%;
  background-color: #fff;
}
.img .container {
  max-width: 1500px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.img .container img {
  width: 70%;
}

.focus {
  width: 100%;
  margin-top: 100px;
}
.focus .container {
  flex-direction: column;
  max-width: 1500px !important;
}
.focus .container .title img {
  width: 300px;
}
.focus .container .content {
  padding: 40px 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.focus .container .content .item img {
  width: 300px;
}
.focus .container .content .item p {
  text-align: center;
  margin-top: 20px;
  color: #fff;
  font-weight: 700;
}

.business {
  width: 100%;
  margin-top: 100px;
}
.business .container {
  flex-direction: column;
  max-width: 1500px !important;
}
.business .container .title img {
  width: 300px;
}
.business .container .content {
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.business .container .content img {
  width: 100%;
}

.join {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 120px;
}
.join .container {
  flex-direction: column;
  max-width: 1500px !important;
}
.join .container .title img {
  width: 300px;
}
.join .container .content {
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.join .container .content p {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 2;
}

/*# sourceMappingURL=about.css.map */
