.landing_products {
  background-image: linear-gradient(to bottom, #11123f, #191a5c);
  padding: 15.7rem 0 19.3rem;
}
.landing_products .head h2 {
  max-width: 61rem;
  line-height: 1.1;
  padding-top: 1px;
}
.landing_products .landing_products_swiper {
  overflow: hidden;
  margin-top: 8rem;
  border-radius: 3.1rem;
}
.landing_products .cat_item {
  background-color: #111240;
  color: #fff;
}
.landing_products .cat_item .title {
  font-size: 2.327rem;
}
.landing_products .cat_item .desc {
  line-height: 2.7rem;
  color: var(--text_w2);
  margin-top: 2.2rem;
}
.landing_products .cat_item .btn_i {
  color: var(--secondary);
  margin-top: 2.2rem;
}
.landing_products .cat_item .btn_i::after {
  background-image: url("../images/arrow-r-sec.svg");
}
.page_applications {
  background-color: #f3f5fb;
  padding-top: 15.2rem;
  padding-bottom: 19.2rem;
}
.page_applications .head {
  padding-bottom: 1.7rem;
}
.page_applications .head p {
  max-width: 73rem;
}
@media screen and (max-width: 768px) {
  .landing_products {
    padding: 50px 0;
    overflow: hidden;
  }
  .landing_products .head h2 {
    line-height: 1.3;
    padding: 0;
  }
  .landing_products .landing_products_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .landing_products .swiper_btns.middle {
    display: none;
  }
  .page_applications {
    padding: 50px 0;
  }
}