body {
  background: #F4F4F4;
}

.common_links {
  background: #FFFFFF;
}

.section {
  padding: 96px 0 172px;
}
.section .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.section .wrap .part {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 500px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 20px;
}
.section .wrap .part .img {
  display: block;
  width: 760px;
  height: 460px;
  border-radius: 12px;
  overflow: hidden;
}
.section .wrap .part .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.section .wrap .part .img:hover img {
  transform: scale(1.1);
}
.section .wrap .part .text_box {
  width: 760px;
  padding: 93px 99px 0 102px;
}
.section .wrap .part .text_box .part_title {
  font-weight: 800;
  font-size: 30px;
  color: #3652A1;
  margin-bottom: 62px;
}
.section .wrap .part .text_box .part_text {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  min-height: 128px;
  margin-bottom: 35px;
}
.section .wrap .part .text_box .part_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 39px;
  width: fit-content;
  height: 56px;
  border-radius: 27px;
  border: 1px solid #21419A;
  font-weight: 400;
  font-size: 16px;
  color: #21419A;
  transition: 0.6s;
}
.section .wrap .part .text_box .part_more a:hover {
  background: #21419A;
  color: #FFFFFF;
}
.section .wrap .part:nth-child(2n) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1919px) {
  .section {
    padding: 5vw 0 8.9583333333vw;
  }
  .section .wrap {
    gap: 2.0833333333vw 0;
  }
  .section .wrap .part {
    height: 26.0416666667vw;
    border-radius: 1.25vw;
    padding: 1.0416666667vw;
  }
  .section .wrap .part .img {
    width: 39.5833333333vw;
    height: 23.9583333333vw;
    border-radius: 0.625vw;
  }
  .section .wrap .part .text_box {
    width: 39.5833333333vw;
    padding: 4.84375vw 5.15625vw 0 5.3125vw;
  }
  .section .wrap .part .text_box .part_title {
    font-size: 1.5625vw;
    margin-bottom: 3.2291666667vw;
  }
  .section .wrap .part .text_box .part_text {
    font-size: 0.8333333333vw;
    line-height: 1.6666666667vw;
    min-height: 6.6666666667vw;
    margin-bottom: 1.8229166667vw;
  }
  .section .wrap .part .text_box .part_more a {
    padding: 0 2.03125vw;
    height: 2.9166666667vw;
    border-radius: 1.40625vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .common_links {
    display: none;
  }
  .section {
    padding: 40px 0 80px;
  }
  .section .wrap {
    gap: 35px 0;
  }
  .section .wrap .part {
    display: block;
    padding: 30px 20px 0;
    height: unset;
    border-radius: 6px;
  }
  .section .wrap .part .img {
    width: 100%;
    height: 46vw;
    border-radius: 6px;
  }
  .section .wrap .part .text_box {
    width: 100%;
    padding: 30px 0 40px;
  }
  .section .wrap .part .text_box .part_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .section .wrap .part .text_box .part_text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .section .wrap .part .text_box .part_more a {
    padding: 0 20px;
    height: 40px;
    border-radius: 40px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=technology.css.map */
