   /* Section3 */
   .section3 {
       position: relative;
       background: linear-gradient(180deg, rgba(37, 153, 235, 0.1) 10.25%, rgba(255, 255, 255, 0.1) 118.07%);
   }

   .Top3 {
       display: flex;
       justify-content: space-between;
       align-items: center;
       grid-gap: 45px;
   }

   .Box3 {
       padding-top: 60px;
       margin-top: 60px;
       display: block;
       position: relative;
       width: 100%;
       z-index: 2;
   }

   .Box3::after {
       content: "";
       display: block;
       position: absolute;
       top: 0;
       left: -20vw;
       width: 150vw;
       height: 2px;
       background: #fff;
   }

   .Swiper3 {
       width: 100%;
       overflow: visible;
   }

   .Slide3 {
       width: 420px;
       height: auto;
   }

   .Slide3 .img3 {
       width: 100%;
       background: #fff;
   }

   .Slide3 .img3 img {
       width: 100%;
   }

   .Slide3 .text3 {
       margin-top: 30px;
       padding: 0 15px;
   }

   .Slide3 .text3 h1 {
       font-size: 18px;
       color: #000000;
       text-align: center;
   }

   .Slide3:hover h1 {
       font-weight: bold;
   }

   .Slide3 .text3 h2 {
       font-size: 18px;
       color: #000000;
       text-align: center;
   }

   .Slide3:hover h2 {
       font-weight: bold;
   }

   .Slide3 .text3 h3 {
       margin-top: 10px;
       font-weight: 400;
       font-size: 20px;
       color: #000000;
       text-align: center;
   }

   .Slide3:hover h3 {
       color: var(--color);
   }

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

   @media (max-width: 1440px) {
       .Slide3 {
           width: 300px;
       }

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

       .Slide3 .text3 h3 {
           font-size: 14px;
       }
   }

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

   @media (max-width: 800px) {
       .Top3 {
           flex-direction: column;
           grid-gap: 15px;
       }

       .Slide3 {
           width: 260px;
       }

       .Slide3 .text3 {
           margin-top: 15px;
       }
   }

   @media (max-width: 400px) {
       .Slide3 {
           width: 100%;
       }
   }

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