.about {
  padding: 0 96px;
}
.about .intro {
  background-color: var(--lightblue);
  margin-bottom: 96px;
}
.about .school-one {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
}
.about .school-one .school-img {
  width: 720px;
  height: 560px;
  display: flex;
  background-color: var(--bg-gray);
  padding: 62px 43px;
  border-radius: 24px;
  align-items: center;
}
.about .school-one .school-img .two-box {
  margin-right: 20px;
}
.about .school-one .school-img .two-box img {
  width: 375px;
}
.about .school-one .school-img .two-box img:last-child {
  margin-bottom: 0;
}
.about .school-one .school-img img {
  border-radius: 12px;
}
.about .school-one .scjool-intro p {
  color: var(--text-stress);
  font-size: 20px;
  line-height: 36px;
  margin-top: 24px;
}
.about .school-one:nth-child(2n-1) .school-img {
  margin-right: 96px;
}
.about .school-one:nth-child(2n) .scjool-intro {
  margin-right: 96px;
}
