.section-title {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 15px;
  color: #333333; /* Darker color for enhanced readability */
}
.info-row {
  display: flex;
  margin-bottom: 10px;
}
.label {
  min-width: 100px; /* Adjusts the width to line up columns */
  font-weight: bold;
  font-size: 1.2em;
  color: grey;
}
.content {
  flex: 1;
  font-size: 1.15em;
  color: #333333; /* Darker color for main content */
  line-height: 1.5;
}
.content p {
  margin: 0; /* Remove extra margins around paragraphs */
}
.main-category {
  font-size: 1.2em; /* Adjust font size for main categories */
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px; /* Space above and below for separation */
}
.padspace {
  padding-bottom: 124px;
}
