.cont {
  width: 100%;
  overflow: hidden;
}
.cont .img {
  overflow: hidden;
}
.cont .img img {
  transition: all 0.5s;
}
.cont .img:hover img {
  transform: scale(1.05);
}
.cont .page1 {
  padding: 150px 0;
}
.cont .page1 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.cont .page1 .item:nth-child(2) {
  margin-bottom: 150px;
}
.cont .page1 .item:nth-child(2) .txt {
  text-align: right;
}
.cont .page1 .item:nth-child(2) .txt p,
.cont .page1 .item:nth-child(2) .txt span {
  text-align: right;
}
.cont .page1 .item:nth-child(2) .txt p {
  align-items: flex-end;
}
.cont .page1 .item .img {
  width: 36.11%;
}
.cont .page1 .item .txt {
  width: 57%;
}
.cont .page1 .item .txt p {
  display: flex;
  flex-direction: column;
  color: #231815;
  font-weight: bold;
}
.cont .page1 .item .txt p::after {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background: #bc9480;
  margin: 3% 0 6%;
}
.cont .page1 .item .txt span {
  display: block;
  color: #777;
  line-height: 2.66;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page1 {
    padding: 100px 0;
  }
  .cont .page1 .item .txt span {
    font-size: 16px;
    line-height: 2.4;
  }
  .cont .page1 .item {
    margin-bottom: 80px;
  }
  .cont .page1 .item:nth-child(2) {
    margin-bottom: 120px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 {
    padding: 50px 0;
  }
  .cont .page1 .item .txt span {
    font-size: 14px;
    line-height: 2;
    text-align: center!important;
  }
  .cont .page1 .item {
    margin-bottom: 30px;
  }
  .cont .page1 .item:nth-child(2) {
    margin-bottom: 40px;
  }
  .cont .page1 .item:nth-child(2) .txt {
    order: 3;
  }
  .cont .page1 .item .img {
    width: 100%;
  }
  .cont .page1 .item .txt {
    width: 100%;
    margin-top: 20px;
  }
  .cont .page1 .item .txt p {
    align-items: center!important;
  }
  .cont .page1 .item .txt p::after {
    width: 80px;
    margin: 10px 0 15px;
  }
}
/*# sourceMappingURL=./technique.css.map */