.school-box,
.talent-title,
.green-title {
  text-align: center;
}
.school-box {
  padding-top: 5rem;
  border-top: 1px solid #d8d8d8;
}
.container {
  background-color: #fff;
}
.school-title-main {
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
  color: #000000;
  margin-top: 4.38rem;
  margin-bottom: 4.38rem;
}
.school-subtitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0px;
  color: #000000;
}
.school-subtitle-little {
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0px;
  color: #808080;
  margin-bottom: 2.5rem;
}
.school-left {
  width: 58vw;
  height: 50vw;
  background: url("../imgs/cooperatre/school-left.webp?v=1.14") no-repeat;
  background-size: cover;
}
.school-right {
  width: 42vw;
  height: 50vw;
  background: url("../imgs/cooperatre/school-right.webp?v=1.14") no-repeat;
  background-size: cover;
}

.talent-left {
  width: 42vw;
  height: 50vw;
  background: url("../imgs/cooperatre/talent-left.webp?v=1.14") no-repeat;
  background-size: cover;
}
.talent-right {
  width: 58vw;
  height: 50vw;
  background: url("../imgs/cooperatre/talent-right.webp?v=1.14") no-repeat;
  background-size: cover;
}

.green-left {
  width: 58vw;
  height: 50vw;
  background: url("../imgs/cooperatre/green-left.webp?v=1.14") no-repeat;
  background-size: cover;
}
.green-right {
  width: 42vw;
  height: 50vw;
  background: url("../imgs/cooperatre/green-right.webp?v=1.14") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 820px) {
  .school-box-inner,
  .talent-box-inner,
  .green-box-inner {
    flex-direction: column;
  }
  .school-left {
    width: 100%;
    height: 87.2vw;
    margin-bottom: 40px;
  }
  .school-right {
    width: 100%;
    height: 118.4vw;
  }
  .talent-left {
    width: 100%;
    height: 118.4vw;
    margin-bottom: 40px;
  }
  .talent-right {
    width: 100%;
    height: 87.2vw;
  }
  .green-left {
    width: 100%;
    height: 87.2vw;
    margin-bottom: 40px;
  }
  .green-right {
    width: 100%;
    height: 118.4vw;
  }
  .green-box {
    padding-bottom: 0 !important;
  }
}
