.page-title-content h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0;
}

.single-services-item ul {
  /* Remove default browser margin/padding for a cleaner start */
  margin: 0;
  padding: 0 0 0 20px; /* Add padding back for the bullets/indentation */
  list-style-type: disc; /* Use standard disc bullets */
  color: #555; /* Adjust the default text color to be slightly softer */
  font-size: 16px; /* Match the font size visible in the image */
  line-height: 1.5; /* Improve readability */
  margin-top: 10px;
}

.single-services-item li {
  /* Add vertical spacing between list items */
  margin-bottom: 10px;
}

/* Optional: To perfectly match the color scheme in the image context */
.single-services-item h4 {
  color: #ff5722; /* Use the orange accent color for titles */
}

.single-services-item p,
.single-services-item li {
  color: #757575; /* Use the secondary text color */
}
.section-padding-about {
  padding: 50px 0;
}