.study {
  padding: 156px 0 156px 0;
}
.study .wrap {
  width: 1600px;
  margin: auto;
}
.study .wrap .title {
  text-align: center;
}
.study .wrap .title h1 {
  font-size: 40px;
  color: #000;
  margin: 0 0 47px;
}
.study .wrap .title p {
  color: #000;
  font-size: 22px;
  line-height: 36px;
}
.study .wrap .figrue {
  display: flex;
  justify-content: center;
  margin: 96px 0 0 0;
}
.study .wrap .figrue .item {
  text-align: center;
}
.study .wrap .figrue .item:not(:last-child) {
  margin: 0 140px 0 0;
}
.study .wrap .figrue .item span {
  font-size: 80px;
  color: #cf000d;
  font-weight: bold;
}
.study .wrap .figrue .item p {
  font-size: 22px;
  color: #333;
}
.study .wrap .content {
  margin: 122px 0 0 0;
}
.study .wrap .content .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.study .wrap .content .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.study .wrap .content .item .img {
  width: 800px;
  height: 700px;
}
.study .wrap .content .item .img img {
  width: 100%;
  height: 100%;
}
.study .wrap .content .item .text {
  width: 720px;
}
.study .wrap .content .item .text h1 {
  font-size: 32px;
  color: #000;
  margin: 0 0 30px;
}
.study .wrap .content .item .text p {
  font-size: 22px;
  color: #000;
  line-height: 36px;
}

@media screen and (max-width: 1920px) {
  .study {
    padding: 8.125vw 0 8.125vw 0;
  }
  .study .wrap {
    width: 83.3333333333vw;
  }
  .study .wrap .title h1 {
    font-size: 2.0833333333vw;
    margin: 0 0 2.4479166667vw;
  }
  .study .wrap .title p {
    font-size: 1.1458333333vw;
    line-height: 1.875vw;
  }
  .study .wrap .figrue {
    margin: 5vw 0 0 0;
  }
  .study .wrap .figrue .item:not(:last-child) {
    margin: 0 7.2916666667vw 0 0;
  }
  .study .wrap .figrue .item span {
    font-size: 4.1666666667vw;
  }
  .study .wrap .figrue .item p {
    font-size: 1.1458333333vw;
  }
  .study .wrap .content {
    margin: 6.3541666667vw 0 0 0;
  }
  .study .wrap .content .item .img {
    width: 41.6666666667vw;
    height: 36.4583333333vw;
  }
  .study .wrap .content .item .text {
    width: 37.5vw;
  }
  .study .wrap .content .item .text h1 {
    font-size: 1.6666666667vw;
    margin: 0 0 1.5625vw;
  }
  .study .wrap .content .item .text p {
    font-size: 1.1458333333vw;
    line-height: 1.875vw;
  }
}
@media screen and (max-width: 1024px) {
  .study{
    padding: 60px 0;
  }
  .study .wrap {
    width: 90%;
  }
  .study .wrap .title h1 {
    font-size: 24px;
    margin: 0 0 20px;
    
  }
  .study .wrap .title p {
    font-size: 15px;
    line-height: 33px;
  }
  .study .wrap .figrue {
    display: flex;
    justify-content: space-between;
  }
  .study .wrap .figrue .item:not(:last-child) {
    margin: 0;
  }
  .study .wrap .figrue .item span {
    font-size: 35px;
    margin: 0 0 10px;
  }
  .study .wrap .figrue .item p {
    font-size: 12px;
  }
  .study .wrap .content {
    margin: 40px 0 0 0;
  }
  .study .wrap .content .item {
    flex-direction: column !important;
  }
  .study .wrap .content .item:not(:last-child) {
    margin: 0 0 50px;
  }
  .study .wrap .content .item .img {
    width: 100%;
    height: auto;
    margin: 0 0 25px;
  }
  .study .wrap .content .item .text {
    width: 100%;
  }
  .study .wrap .content .item .text h1 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .study .wrap .content .item .text p {
    font-size: 15px;
    line-height: 33px;
  }
}

/*# sourceMappingURL=study.css.map */
