.technologies_process {
  padding: 16.3rem 0 5.1rem;
}
.technologies_process .subtitle {
  margin-bottom: 2.4rem;
}
.technologies_process h2 {
  letter-spacing: 2.2px;
}
.technologies_process .technologies_process_swiper {
  overflow: hidden;
  margin-top: 8rem;
  border-radius: 1.6rem 2.6rem 2.6rem 1.6rem;
}
.technologies_process .item {
  display: grid;
  grid-template-columns: 1fr 47.56944444%;
  gap: 2rem 2.29166667%;
}
.technologies_process .item .img {
  padding-bottom: 64.672%;
  border-radius: 2.6rem;
}
.technologies_process .item .img:hover img {
  transform: scale(1.02);
}
.technologies_process .item .info {
  border-radius: 1.6rem;
  background-color: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 5% 10% 3.2%;
}
.technologies_process .item .info .title {
  font-size: 5rem;
  line-height: 1.16;
  font-weight: 600;
  max-width: 58rem;
  letter-spacing: 2.56px;
}
.technologies_process .item .info .desc {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  max-width: 57.2rem;
  margin-top: 3.2rem;
}
.technologies_process .item .info .btn {
  margin-top: 3.2rem;
  background-color: var(--secondary);
  color: #fff;
  min-width: 22.6rem;
  padding-left: 2rem;
}
.technologies_process .swiper_con {
  margin-top: 3.6rem;
}
.technologies_main {
  padding: 5.2rem 0 10rem;
}
.technologies_main .subtitle {
  margin-bottom: 2.4rem;
  padding: 0 1.6rem;
}
.technologies_main .list {
  margin-top: 6.4rem;
}
.technologies_main .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
  gap: 2.3rem 1.875%;
}
.page_faqs {
  padding: 6.2rem 0 21.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .technologies_process .item .info .title {
    font-size: 3rem;
    letter-spacing: unset;
  }
}
@media screen and (max-width: 768px) {
  .technologies_process {
    padding: 50px 0;
  }
  .technologies_process .technologies_process_swiper {
    border-radius: 10px;
    margin-top: 30px;
  }
  .technologies_process .item .info {
    border-radius: 10px;
    padding: 20px;
  }
  .technologies_process .item .info .title {
    font-size: 18px;
    letter-spacing: unset;
  }
  .technologies_process .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .technologies_process .item .info .btn {
    margin-top: 20px;
    min-width: 140px;
    padding-left: 20px;
  }
  .technologies_process .item .img {
    border-radius: 10px;
  }
  .technologies_process .swiper_con {
    margin-top: 30px;
  }
  .technologies_main {
    padding: 50px 0;
  }
  .technologies_main .list {
    margin-top: 30px;
  }
  .technologies_main .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 20px;
  }
  .page_faqs {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  .technologies_process .item {
    grid-template-columns: 1fr;
  }
}
