.banner {
  background: url('../static/about/banner.jpg') no-repeat;
  background-size: cover;
}

.about {
  padding: 130px 0;
  width: 100%;
  min-width: 1320px;
}

.about-title {
  position: relative;
  align-self: flex-start;
  font-size: 64px;
  font-weight: 900;
  color: #3D3D3D;
}

.about-title::before {
  content: '';
  position: absolute;
  left: 0px;
  top: -34px;
  width: 80px;
  height: 14px;
  opacity: 1;
  background: #FF3E3F;
}

.about-subtitle {
  margin-top: 20px;
  margin-bottom: 60px;
  align-self: flex-start;
  font-size: 36px;
  font-weight: 300;
  color: #333;
}

.jj {
  display: flex;
  gap: 36px;
}

.jj-img {
  width: 380px;
  height: 580px;
}

.jj-info {
  align-self: stretch;
  display: flex;
  gap: 23px;
  flex: 1;
  background: #F8FAFB;
  padding: 91px 111px;
}

.jj-left-info {
  display: flex;
  flex-direction: column;
}

.jj-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jj-info-title {
  display: flex;
  gap: 16px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
}

.jj-info-header h2 {
  position: relative;
  font-size: 64px;
  font-weight: bold;
  height: 88px;
  line-height: 88px;
  padding-right: 9px;
}

.jj-info-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 20px;
  color: #333;
  /*letter-spacing: 0.1em;*/
  margin-top: 18px;
  height: 221px;
}

.jj-tag {
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  height: 30px;
  background: #FF3E3F;
  color: #fff;
  font-size: 12px;
  margin-top: 38px;
}

.jj-right-info {
  position: relative;
  writing-mode: vertical-lr;
  top: 19px;
}

.jj-right-info .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #FF3E3F;
  border-radius: 50%;
  margin-top: 6px;
  margin-bottom: 18px;
}

.jj-right-info .first-text {
  letter-spacing: 0.2em;
}

.jj-right-info .en-text {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.8em;
}

.gd {
  padding-bottom: 60px;
}

.gd-info {
  display: flex;
  gap: 76px;
  margin-top: 50px;
}

.gd .gd-img {
  width: 605px;
  height: 385px;
}

.gd-info-left {
  position: relative;
}

.gd-info-left .en-text {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.5em;

}

.gd .gd-info-title {
  margin-bottom: 39px;
  margin-top: 68px;
  display: flex;
  gap: 14px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}

.gd .about-title {
  text-transform: uppercase;
}

.gd .about-title::before {
  display: none;
}

.gd .gd-info-text {
  font-size: 20px;
  color: #3D3D3D;
}

.gd .about-subtitle {
  margin-bottom: 0;
  margin-top: 0;
}

.gd-info-tag {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  height: 30px;
  background: #FF3E3F;
  color: #fff;
  font-size: 12px;
  margin-top: 38px;
  width: fit-content;
}


.zz {
  box-sizing: border-box;
  padding-top: 120px;
  width: 100%;
  height: 751px;
  background: url('../static/about/bg.png') no-repeat center center;
  background-size: cover;
  margin-top: 200px;
}

.zz .title, .zz .subtitle {
  color: #fff;
}