
  #wrapper .walkinto-about-new {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.8;
    color: #333;
    padding: 20px 20px 40px;
    background: transparent;
  }
  #wrapper .walkinto-about-new .container {
    max-width: 850px;
    margin: 0 auto;
  }
  #wrapper .walkinto-about-new .header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
  }
  #wrapper .walkinto-about-new .header h1 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    color: #222;
    letter-spacing: 3px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #72c02c;
    font-weight: 600;
  }
  #wrapper .walkinto-about-new .intro-text {
    font-size: 18px;
    color: #444;
    margin-bottom: 30px;
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
  }
  #wrapper .walkinto-about-new .main-content p {
    margin-bottom: 20px;
    text-align: justify;
  }
  #wrapper .walkinto-about-new .highlight {
    color: #72c02c;
    font-weight: bold;
  }
  #wrapper .walkinto-about-new .advantages-section {
    margin-top: 60px;
  }
  #wrapper .walkinto-about-new .advantages-section h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
  }
  #wrapper .walkinto-about-new .advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
  }
  #wrapper .walkinto-about-new .adv-item {
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: #fff;
  }
  #wrapper .walkinto-about-new .adv-item:hover {
    border-color: #72c02c;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  }
  #wrapper .walkinto-about-new .adv-item h3 {
    color: #72c02c;
    margin-top: 0;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
    text-align: center;
  }
  #wrapper .walkinto-about-new .adv-item p {
    font-size: 14.5px;
    color: #666;
    margin-bottom: 0;
  }
  #wrapper .walkinto-about-new .footer-note {
    margin-top: 60px;
    padding: 30px;
    border-top: 1px solid #eee;
    text-align: center;
    font-style: italic;
    color: #888;
  }
  #wrapper .walkinto-about-new .footer-note p { margin: 0; }
