body {
  background: #F4F4F4;
}

.header {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}

.common_links {
  border-bottom: 1px solid #EAEAEA;
  background: #FFFFFF;
}
.common_links .wrap {
  justify-content: center;
}

.section {
  padding: 181px 0 117px;
}
.section .wrap .title {
  font-weight: 800;
  font-size: 32px;
  color: #21419A;
  text-align: center;
}
.section .wrap .text {
  width: 1184px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  margin: 49px auto 89px;
}
.section .wrap .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 33px;
}
.section .wrap .list .img {
  height: 270px;
  border-radius: 8px;
  overflow: hidden;
}
.section .wrap .list .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.section .wrap .list .img:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 1919px) {
  .section {
    padding: 9.4270833333vw 0 6.09375vw;
  }
  .section .wrap .title {
    font-size: 1.6666666667vw;
  }
  .section .wrap .text {
    width: 61.6666666667vw;
    font-size: 0.8333333333vw;
    line-height: 1.6666666667vw;
    margin: 2.5520833333vw auto 4.6354166667vw;
  }
  .section .wrap .list {
    gap: 1.8229166667vw 1.71875vw;
  }
  .section .wrap .list .img {
    height: 14.0625vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .common_links {
    margin: 80px auto 0;
  }
  .section {
    padding: 40px 0 80px;
  }
  .section .wrap .title {
    font-size: 24px;
  }
  .section .wrap .text {
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    margin: 20px 0 40px;
  }
  .section .wrap .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .section .wrap .list .img {
    height: 30vw;
    border-radius: 4px;
  }
}

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