     .fuji-mounted-feature {         font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;         line-height: 1.5;          color: #333;         font-size: 16px;          background-color: #fff;         max-width: 100%;     }     .fuji-mounted-feature .section-container { max-width: 1200px; margin: 0 auto; padding: 0 15px 15px 15px; }     .fuji-mounted-feature h2 { font-size: 19px; color: #000; border-bottom: 2px solid #b71c1c; padding-bottom: 6px; margin-top: 18px; margin-bottom: 12px; font-weight: 700; text-transform: uppercase; }     .fuji-mounted-feature h2:first-of-type { margin-top: 0; }     .fuji-mounted-feature p { margin-bottom: 15px; text-align: justify; }     .fuji-mounted-feature ul.clean-list { list-style: none; padding: 0; margin: 0 0 15px 0; }     .fuji-mounted-feature ul.clean-list li { position: relative; padding-left: 22px; margin-bottom: 8px; color: #444; }     .fuji-mounted-feature ul.clean-list li::before { content: '✔'; position: absolute; left: 0; top: 0; color: #b71c1c; font-weight: bold; font-size: 15px; }     .fuji-mounted-feature strong { color: #000; font-weight: 700; }     .fuji-mounted-feature .image-group { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; align-items: center; margin-top: 12px; }     .fuji-mounted-feature img { display: block; height: auto !important; border-radius: 4px; border: 1px solid #eee; max-width: 100%; object-fit: contain; }     .fuji-mounted-feature .note-box { background-color: #fff3e0; border-left: 4px solid #ff9800; padding: 10px 14px; margin-top: 15px; font-size: 15px; color: #555; line-height: 1.5; }     @media (max-width: 768px) {         .fuji-mounted-feature .section-container { padding: 0 10px 10px 10px; }         .fuji-mounted-feature .image-group { flex-direction: column; align-items: center; }         .fuji-mounted-feature img { width: 100% !important; max-width: 400px !important; }         .fuji-mounted-feature h2 { font-size: 18px; }     } 