#ourServices .banner_module {
  position: relative;
  width: 100%;
  min-height: 75rem;
}

#ourServices .banner_module > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#ourServices .banner_module .module_container {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#ourServices .banner_module .module_container .title {
  font-family: 'Kraskario Regular';
  font-weight: 400;
  font-size: 7.2rem;
  line-height: 6.4rem;
  text-align: center;
  color: white;
}

#ourServices .banner_module .module_container .description {
  margin: 0.8rem 0 0;
  font-family: 'Poppins Light';
  font-weight: 400;
  font-size: 2.2rem;
  text-align: center;
  color: white;
}

#ourServices .services_module .module_title {
  padding: 0rem 12rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: whitesmoke;
}

#ourServices .services_module .module_title .title {
  width: 39.5rem;
  position: relative;
  z-index: 2;
  bottom: -5rem;
}

#ourServices .services_module .module_title .title div {
  display: flex;
  align-items: center;
  font-family: 'Kraskario';
  font-weight: 400;
  font-size: 6.4rem;
  line-height: normal;
  color: #333333;
}

#ourServices .services_module .module_title .title div i {
  flex: 1;
  margin-left: 2.4rem;
  width: 9.8rem;
  max-width: 9.8rem;
  height: 0.4rem;
  background: #333333;
}

#ourServices .services_module .module_container .mySwiper {
  width: 100%;
  height: auto;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide {
  padding: 0px 0 8rem;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box {
  padding: 0px 12rem 8rem;
  background: whitesmoke;
  width: 100%;
  display: flex;
  align-items: stretch;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left .right_title {
  display: none;
  font-family: 'Kraskario Regular';
  font-weight: 400;
  font-size: 4.8rem;
  text-align: right;
  color: #333333;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left .left_title {
  font-family: 'Poppins SemiBold';
  font-weight: 600;
  font-size: 1.9rem;
  color: #333333;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left .left_description {
  margin: 2.4rem 0 0;
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 1.9rem;
  color: #666666;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left .left_description b {
  font-family: 'Poppins Bold';
  font-weight: 700;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left ul {
  margin: 2.4rem 0 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left ul li {
  position: relative;
  margin: 0 0 1.6rem;
  padding-left: 3.1rem;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 1.9rem;
  color: #666666;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #2c64f6;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_img {
  position: relative;
  margin: 0 6rem;
  width: calc(453 / 1680 * 100%);
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_img img {
  width: 100%;
  object-fit: contain;
  margin-bottom: -14rem;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_img .box_svg {
  position: absolute;
  right: 0;
  top: calc(50% + 7rem);
  transform: translate(30%, -50%);
  width: calc(171 / 453 * 100%);
  height: auto;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_right .right_title {
  margin: 15rem 0 0;
  font-family: 'Kraskario Regular';
  font-weight: 400;
  font-size: 4.8rem;
  text-align: right;
  color: #333333;
}

#ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_right .right_description {
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 1.9rem;
  text-align: right;
  color: #333333;
}

#ourServices .services_module .module_container .mySwiper > .swiper-navigation {
  position: absolute;
  z-index: 2;
  left: calc((100% - 453 / 1680 * 100%) /2);
  bottom: 5.5rem;
  transform: translate(-100%, 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#ourServices .services_module .module_container .mySwiper > .swiper-navigation > div {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  cursor: pointer;
}

#ourServices .services_module .module_container .mySwiper > .swiper-navigation > div img {
  margin-right: 2.4rem;
  display: inline-block;
  width: auto;
  height: 3.7rem;
}

#ourServices .services_module .module_container .mySwiper > .swiper-navigation > div::after {
  display: none;
}

#ourServices .services_module .module_container .mySwiper > .swiper-navigation .swiper-button-disabled {
  opacity: 0.35;
}

#ourServices .other_module {
  padding: 24.1rem 12rem 14.5rem;
}

#ourServices .other_module .module_container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

#ourServices .other_module .module_container .color_white {
  color: #FFF;
}

#ourServices .other_module .module_container .color_blue {
  color: #2c64f6;
}

#ourServices .other_module .module_container .container_left {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#ourServices .other_module .module_container .container_left .title div {
  display: flex;
  flex-direction: column;
  font-family: 'Kraskario Regular';
  font-weight: 400;
  font-size: 6.4rem;
  line-height: normal;
  color: #333333;
}

#ourServices .other_module .module_container .container_left .title div i {
  margin: 1.6rem 0 0;
  width: 13.6rem;
  max-width: 13.6rem;
  height: 0.4rem;
  background: #333333;
}

#ourServices .other_module .module_container .container_left .left_description div {
  font-family: 'Poppins Bold';
  font-weight: 700;
  font-size: 2.4rem;
  color: #333333;
}

#ourServices .other_module .module_container .container_left .left_description p {
  margin: 1.6rem 0 0;
  display: flex;
  flex-direction: column;
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 1.9rem;
  color: #666666;
}

#ourServices .other_module .module_container .container_left .el-button {
  width: 40.6rem;
  height: 6.4rem;
  font-family: 'Poppins Medium';
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  background: #2c64f6;
  color: white;
  border: none;
}

#ourServices .other_module .module_container .container_right {
  position: relative;
  width: calc(1301 / 1680 * 100%);
}

#ourServices .other_module .module_container .container_right img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#ourServices .other_module .module_container .container_right .right_text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(757 / 1300 * 100%);
  padding: 2rem 3.5rem;
  background: #FFF;
  font-family: 'Kraskario Regular';
  font-weight: 400;
  font-size: 4.8rem;
  text-align: right;
  color: #333333;
}

@media (max-width: 768px) {
  #ourServices .banner_module {
    min-height: 26.8rem;
  }
  #ourServices .banner_module > img {
    height: 26.8rem;
    max-width: 100%;
    object-fit: cover;
  }
  #ourServices .banner_module .module_container .title {
    font-size: 2.6rem;
    line-height: 2.4rem;
  }
  #ourServices .banner_module .module_container .description {
    margin: 0.8rem 1.6rem 0;
    font-size: 1rem;
  }
  #ourServices .services_module .module_title {
    padding: 0 1.6rem 0;
  }
  #ourServices .services_module .module_title .title {
    width: 50%;
  }
  #ourServices .services_module .module_title .title div {
    font-size: 2.4rem;
  }
  #ourServices .services_module .module_title .title div i {
    margin-left: 1rem;
    width: 3.3rem;
    max-width: 3.3rem;
    height: 0.2rem;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide {
    padding: 0px 0 3.3rem;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box {
    padding: 0px 1.6rem 0;
    background: whitesmoke;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left {
    margin: calc(3.2rem + 5rem) 0 0;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left .right_title {
    margin-bottom: 2.4rem;
    width: 100%;
    display: block;
    font-size: 2rem;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left .left_title {
    width: 100%;
    font-size: 1.4rem;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left .left_description {
    margin: 1.6rem 0 0;
    font-size: 1.4rem;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left ul {
    margin: 1.4rem 0 0;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left ul li {
    margin: 0 0 1.2rem;
    padding-left: 2rem;
    font-size: 1.4rem;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left ul li::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_img {
    order: 3;
    position: relative;
    margin: 3.2rem 3.5rem 0;
    width: calc(100% - 7rem);
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_img img {
    margin-bottom: -3.3rem;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_img .box_svg {
    position: absolute;
    right: 0;
    top: calc(50%);
    transform: translate(30%, -50%);
    width: calc(9.3rem);
    height: auto;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_right {
    margin: 3.2rem 0 0;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_right .right_title {
    display: none;
    font-size: 2rem;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_right .right_description {
    font-size: 1.4rem;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-navigation {
    position: absolute;
    z-index: 2;
    right: 1.6rem;
    top: 3rem;
    bottom: auto;
    transform: translate(0%, 0%);
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-navigation > div {
    height: auto;
  }
  #ourServices .services_module .module_container .mySwiper > .swiper-navigation > div img {
    margin-left: 1rem;
    margin-right: 0rem;
    height: 1.6rem;
  }
  #ourServices .other_module {
    padding: 5.6rem 1.6rem 5rem;
  }
  #ourServices .other_module .module_container {
    display: flex;
    flex-direction: column;
  }
  #ourServices .other_module .module_container .color_white {
    color: #FFF;
  }
  #ourServices .other_module .module_container .color_blue {
    color: #2c64f6;
  }
  #ourServices .other_module .module_container .container_left {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #ourServices .other_module .module_container .container_left .title div {
    font-size: 2.4rem;
  }
  #ourServices .other_module .module_container .container_left .title div i {
    margin: 1rem 0 0;
    width: 4.8rem;
    max-width: 4.8rem;
    height: 0.2rem;
  }
  #ourServices .other_module .module_container .container_left .title div .color_white {
    color: #333333;
  }
  #ourServices .other_module .module_container .container_left .left_description {
    margin: 3.2rem 0 0;
  }
  #ourServices .other_module .module_container .container_left .left_description div {
    font-size: 1.6rem;
  }
  #ourServices .other_module .module_container .container_left .left_description p {
    margin: 1.6rem 0 0;
    font-size: 1.4rem;
  }
  #ourServices .other_module .module_container .container_left .left_description p .color_white {
    color: #666666;
  }
  #ourServices .other_module .module_container .container_left .el-button {
    margin: 2.4rem 0;
    width: 100%;
    height: 4rem;
    font-size: 1.4rem;
  }
  #ourServices .other_module .module_container .container_right {
    width: calc(100%);
  }
  #ourServices .other_module .module_container .container_right .right_text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(260 / (375 - 32) * 100%);
    padding: 0.8rem 1.2rem;
    font-size: 2rem;
  }
}
