 #fuji-product-features, #fuji-product-features * {     box-sizing: border-box; }  #fuji-product-features {     width: 100%;     max-width: 100%;     min-width: 0;     color: #333;     font-family: Verdana, "Segoe UI", Arial, sans-serif;     font-size: 16px;     line-height: 1.55;     text-align: left;     overflow-wrap: anywhere; }  #fuji-product-features h3 {     margin: 18px 0 10px;     padding: 0 0 0 10px;     border-left: 3px solid #b22222;     color: #b22222;     font-family: inherit;     font-size: 18px;     font-weight: 700;     line-height: 1.4;     text-align: left;     text-transform: none; }  #fuji-product-features h3:first-child {     margin-top: 0; }  #fuji-product-features p {     margin: 0 0 12px;     font-family: inherit;     font-size: inherit;     line-height: inherit;     text-align: left; }  #fuji-product-features ul {     margin: 0 0 14px;     padding: 0 0 0 20px;     list-style: disc outside; }  #fuji-product-features li {     margin: 0 0 8px;     padding: 0;     color: inherit;     font-family: inherit;     font-size: inherit;     font-weight: 400;     line-height: inherit;     text-align: left; }  #fuji-product-features strong {     color: #222;     font-family: inherit;     font-size: inherit;     font-weight: 700; }  #fuji-product-features .spec-box {     width: 100%;     max-width: 100%;     padding: 12px 14px;     border-left: 3px solid #555;     border-radius: 4px;     background: #f7f7f7; }  #fuji-product-features .spec-box p {     margin-bottom: 6px; }  #fuji-product-features .spec-box p:last-child {     margin-bottom: 0; }  #fuji-product-features .dimension {     display: inline-block; }  #fuji-product-features .spec-note {     color: #555;     font-size: 14px; }  #fuji-product-features .order-note {     margin: 12px 0 0; }  @media (max-width: 768px) {     #fuji-product-features h3 {         font-size: 17px;     }      #fuji-product-features .spec-box {         padding: 12px;     } } 