   .section3 {
       display: block;
       background: #F6FAFA;
   }

   .Box3 {
       display: flex;
       align-items: center;
       position: relative;
       width: 100%;
       z-index: 2;
       margin-top: 90px;
   }

   .Swiper3 {
       width: 100%;
   }


   .Slide3 {
       width: 100%;
       height: auto;
       position: relative;
   }

   .Slide3:nth-child(even) {
       margin-bottom: 30px;
   }

   .Slide3:nth-child(odd) {
       margin-top: 30px;
   }

   .img3 {
       width: 100%;
       height: 100%;
       object-fit: cover;
       transform: skewX(-1.5deg);
   }

   .text3 {
       position: absolute;
       z-index: 2;
       width: 100%;
       height: 100%;
       display: flex;
       align-items: center;
       justify-content: center;
       flex-direction: column;
       grid-gap: 15px;
   }

   .text3 img {
       width: 60px;
       height: 60px;
       object-fit: contain;
   }

   .text3 h1 {
       color: #FFF;
       text-align: center;
       font-size: 18px;
       font-weight: 700;
   }

   .prev3 {
       position: absolute;
       z-index: 2;
       left: -70px;
       transform: rotateY(180deg);
   }

   .next3 {
       position: absolute;
       z-index: 2;
       right: -70px;
   }

   .prev3 img,
   .next3 img {
       width: 50px;
       height: 50px;
   }

   @media (max-width: 1600px) {}

   @media (max-width: 1440px) {
       .text3 img {
           width: 45px;
           height: 45px;
       }
   }

   @media (max-width: 1200px) {
       .Box3 {
           margin-top: 60px;
       }

       .prev3 {
           left: -40px;
       }

       .next3 {
           right: -40px;
       }

       .prev3 img,
       .next3 img {
           width: 30px;
           height: 30px;
       }
   }

   @media (max-width: 720px) {
       .section3 {
           padding-top: 60px;
           padding-bottom: 60px;
       }

       .Box3 {
           margin-top: 30px;
       }

       .prev3 {
           left: -0px;
       }

       .next3 {
           right: -0px;
       }
   }

   @media (max-width: 460px) {
       .text3 img {
           width: 30px;
           height: 30px;
       }

       .text3 h1 {
           font-size: 16px;
       }
   }

   @media (max-width: 380px) {}