   .section3 {
       width: 100%;
       height: 100%;
       position: relative;
       overflow: hidden;
   }

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

   .lt3 {
       width: 50%;
       height: 100%;
       padding-top: 100px;
       padding-bottom: 275px;
       padding-left: var(--container);
       padding-right: 120px;
       display: flex;
       flex-direction: column;
       justify-content: center;
    position: relative;
    z-index: 2;
   }

   .desc3 {
       font-size: 16px;
       line-height: 2;
       color: #4B4B4B;
       margin-top: 45px;
       margin-bottom: 30px;
   }

   a.More3 {
       display: flex;
       align-items: center;
       width: 180px;
       height: 70px;
       background: linear-gradient(270deg, rgba(218, 37, 30, 0) 0%, rgba(218, 37, 30, 0.8) 100%);
       border-radius: 35px;
       padding: 6px 10px;
   }

   a.More3 p {
       width: 100%;
       text-align: center;
       font-size: 16px;
       color: #FFFFFF;
   }

   a.More3 img {
       height: 100%;
   }

   .Number {
       position: absolute;
       z-index: 3;
       bottom: 75px;
       width: calc(100vw - var(--container) * 2);
       display: flex;
       grid-gap: 60px;
   }

   .item3 {
       width: 100%;
       height: 200px;
       background: #FFFFFF;
       box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
       padding: 40px;
       padding-top: 60px;
       position: relative;
   }

   .item3 img {
       position: absolute;
       right: 60px;
       top: 40px;
       filter: brightness(0);
       transition: 0.5s;
   }

   .item3:hover img {
       filter: brightness(1);
   }

   .item3 h1 {
       font-weight: 700;
       font-size: 48px;
       color: #252525;
       transition: 0.5s;
   }

   .item3:hover h1 {
       color: var(--color);
   }

   .item3 h2 {
       font-size: 18px;
       color: #4B4B4B;
   }

   .rt3 {
       width: 50%;
       height: 100%;
   }

   @media (max-width: 1600px) {
       .lt3 {
           padding-bottom: 200px;
           padding-right: 60px;
           display: flex;
           flex-direction: column;
           justify-content: space-evenly;
       }

       .desc3 {
           margin: 0;
       }

       .Number {
           z-index: 3;
           bottom: 30px;
       }

       .item3 {
           height: 170px;
           padding: 20px;
           padding-top: 40px;
       }

       .item3 img {
           right: 20px;
           top: 30px;
       }
   }

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

       .lt3 {
           height: auto;
           padding-top: 0;
           padding-bottom: 200px;
           padding-right: 30px;
       }

       a.More3 {
           height: 60px;
       }

       .Number {
           bottom: 0;
           grid-gap: 30px;
       }

       .item3 {
           height: auto;
       }

       .item3 img {
           position: unset;
       }

       .item3 h1 {
           font-size: 32px;
       }

       .item3 h2 {
           font-size: 16px;
       }

       .rt3 {
           height: auto;
           padding-bottom: 200px;
       }

   }

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

       .lt3 {
           width: 100%;
           padding: 0 var(--container);
           padding-bottom: 30px;
       }

       .desc3 {
           margin: 30px 0;
       }

       a.More3 {
           width: 145px;
           height: 45px;
       }

       .Number {
           margin-top: 30px;
           bottom: 0;
           grid-gap: 10px;
           position: unset;
           width: 100%;
           display: flex;
           flex-wrap: wrap;
       }

       .item3 {
           width: calc(50% - 5px);
           padding: 20px;
       }

       .item3 img {
           width: 30px;
       }

       .item3 h1 {
           font-size: 24px;
       }

       .item3 h2 {
           font-size: 14px;
       }

       .rt3 {
           width: 100%;
           padding: 0;
       }
   }

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

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