.one {
  margin-top: 40px;
  padding-bottom: 80px;
}
.one .wrap {
  width: auto;
  margin: 0 auto;
}
.one .wrap .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.one .wrap .title h3 {
  color: #CAA672;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
}
.one .wrap .title h4 {
  color: #666;
  font-size: 13px;
  margin-top: 10px;
  font-weight: normal;
}
.one .wrap .title .lineBox {
  margin-top: 20px;
  width: 200px;
  height: 1px;
  background-color: #E8E8E8;
  display: flex;
  justify-content: center;
}
.one .wrap .title .lineBox .line {
  width: 80px;
  height: 1px;
  background-color: #CAA672;
}
.one .wrap .main {
  margin-top: 70px;
}
.one .wrap .main .item {
  padding-left: 132px;
  padding-right: 132px;
  background: linear-gradient(82deg, #CAA672 0%, #E4B879 100%);
  display: flex;
  height: 600px;
  position: relative;
  margin-bottom: 80px;
}
.one .wrap .main .item .img,
.one .wrap .main .item .text {
  width: 55%;
}
.one .wrap .main .item .img {
  position: relative;
  z-index: 99;
  overflow: hidden;
  width: 90%;
  margin-top: 120px;
}
.one .wrap .main .item .img img {
  display: block;
  transition: all 1s;
}
.one .wrap .main .item .img:hover img {
  transform: scale(1.1);
}
.one .wrap .main .item .text {
  margin-top: 200px;
  padding-left: 100px;
}
.one .wrap .main .item .text h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;

}
.one .wrap .main .item .text .line {
  width: 56px;
  height: 4px;
  background-color: #fff;
  margin-top: 13px;
}
.one .wrap .main .item .text .line.aos-animate {
  transition-delay: 0.1s;
}
.one .wrap .main .item .text .bottom {
  width: 640px;
  margin-top:38px;
  width: 100%;
  max-width: 640px;
}
.one .wrap .main .item .text .bottom p:nth-child(1) {
  color: #fff;
  font-size: 13px;
}
.one .wrap .main .item .text .bottom p:nth-child(1).aos-animate {
  transition-delay: 0.2s;
}
.one .wrap .main .item .text .bottom p:nth-child(2) {
  color: #fff;
  font-size:13px;
  line-height:19px;
  margin-top: 20px;
  padding-bottom:20px;
}
.one .wrap .main .item .text .bottom p:nth-child(2).aos-animate {
  transition-delay: 0.3s;
}
.one .wrap .main .item .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.one .wrap .main .item:nth-child(2n) {
  background: #fbf8f4;
  flex-direction: row-reverse;
}
.one .wrap .main .item:nth-child(2n) .text h5 {
  color: #CAA672;
}
.one .wrap .main .item:nth-child(2n) .text .line {
  background-color: #CAA672;
}
.one .wrap .main .item:nth-child(2n) .text .bottom p {
  color: #1F1F1F;
}

@media screen and (max-width: 1600px) {
  .one .wrap .main .item .text{
    padding-left: 30px;
    padding-right: 85px;
    margin-top: 70px;
  }
  .one .wrap .main .item{
    height: 420px;
  }
  .one .wrap .main .item .img {
    margin-top: 60px;
  }
}