<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   .section4 {
       position: relative;
       overflow: hidden;
   }

   .Box4 {
       display: flex;
       flex-wrap: wrap;
       align-items: center;
   }

   .Box4 .text4 {
       width: 55%;
       padding-right: 60px;
   }

   .Box4 .text4 h1 {
       font-size: 32px;
       color: var(--color);
   }

   .Box4 .text4 span {
       display: block;
       width: 50%;
       height: 4px;
       background: var(--color);
       margin: 30px 0;
   }


   .Box4 .text4 .desc {
       font-size: 18px;
       color: #333;
       line-height: 2;
   }

   .Box4 .img4 {
       width: 45%;
   }

   .Box4 .img4 img {
       width: 100%;
   }

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

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

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

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

   @media (max-width: 380px) {}</pre></body></html>