   .section5 {
       position: relative;
       overflow: hidden;

   }

   .top5 {
       display: flex;

   }


   .nav5 {
       margin-left: 35px;
       display: flex;
       grid-gap: 20px;
   }

   .nav5 a {
       transition: 0.5s;
       width: 120px;
       height: 40px;
       background: var(--white);
       border: 1px solid rgba(153, 124, 101, 0.5);
       border-radius: 50px;
       font-size: 16px;
       line-height: 1;
       color: rgba(153, 124, 101, 0.5);
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .nav5 a:hover {
       color: var(--white);
       background: var(--color2);
       border: 1px solid var(--color2);
   }

   .Box5 * {
       transition: 0.5s;
   }

   .swiper5 {
       position: relative;
       left: -20px;
       padding: 0 20px;
       padding-bottom: 15px;
       width: calc(100% + 40px);
   }

   .text5 {
       background: var(--white);
       padding: 30px;
   }

   .text5 span {
       font-size: 20px;
       line-height: 1;
       color: var(--color1);
   }

   .text5 h1 {
       font-size: 20px;
       line-height: 1;
       color: var(--black);
       margin: 25px 0 20px;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 1;
   }

   .text5 h2 {
       font-size: 16px;
       line-height: 1.5;
       color: var(--color1);
       opacity: 0.5;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
   }


   .item5:hover {
       box-shadow: 0px 4px 15px rgba(153, 124, 101, 0.2);
   }

   .item5:hover .text5 {
       background: #fff;
   }

   .item5:hover .img5 img {
       transform: scale(1.08);
   }


   .section5 .box3More {
       margin-top: 20px;
   }

   @media (max-width: 1540px) {
       .text5 {
           background: var(--white);
           padding: 30px 15px;
       }

       .text5 h1 {
           font-size: 18px;
           margin: 20px 0 15px;
       }
   }

   @media (max-width: 720px) {
       .top5 {
           display: flex;
           flex-direction: column;
       }

       .nav5 {
           margin: 0;
           margin-bottom: 30px;
       }

       .nav5 a {
           width: 110px;
           height: 35px;
       }

       .section5 .box3More {
           margin-top: 0;
       }
   }

   @media (max-width: 460px) {
       .nav5 a {
           font-size: 14px;
       }

       .text5 span {
           font-size: 16px;
       }

       .text5 h1 {
           font-size: 16px;
           margin: 15px 0;
       }

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