.manualGuide {
  text-align: left;
  padding: 15px; /* Add some padding for mobile screens */
  font-size: 14px; /* Smaller font size for mobile */
  line-height: 1.6; /* Adjust line height for readability */
}

.manualGuide p {
  margin-bottom: 10px; /* Space between paragraphs */
}

.manualGuide .subtitle {
  font-weight: bold;
}

.manualGuide b {
  display: block; /* Make Q and A labels block level for better spacing */
  margin-bottom: 5px; /* Space below Q/A label */
  font-size: 15px; /* Slightly larger for Q/A labels */
  color: #333; /* Darker color for emphasis */
}

.manualimage {
  width: 100%;
  height: auto;
  max-width: 785px;
}
