   .section3 {
       padding-bottom: 60px;
   }

   .Box3 {
       display: block;
       position: relative;
       width: 100%;
       z-index: 2;
   }

   .slide3 {
       border: 2px solid var(--color);
       background: var(--color);
       width: 100%;
   }

   .slide3 img {
       width: 100%;
   }

   .slide3 h1 {
       width: 100%;
       height: 50px;
       color: #fff;
       font-size: 16px;
       text-align: center;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .prev3 {
       margin: 0 !important;
       transform: translateY(-50%);
       width: 50px;
       height: 90px;
       background: #00000020;
       left: var(--container);
   }

   .next3 {
       margin: 0 !important;
       transform: translateY(-50%);
       width: 50px;
       height: 90px;
       background: #00000020;
       right: var(--container);
   }

   .Swiper3 .swiper-button-next:after,
   .Swiper3 .swiper-button-prev:after {
       color: #fff;
       font-size: 18px;
   }

   @media (max-width: 1200px) {
       .section3 {
           padding-bottom: 45px;
       }

       .prev3,
       .next3 {
           width: 30px;
           height: 60px;

       }
   }

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

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

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