/* Style for the section */
.mfield-services-section-07 {
    background-color: #f9f9f9; /* Set the background color */
    padding: 60px 0; /* Add padding to the section */
  }
  
  /* Style for the section title */
  .section-title {
    margin-bottom: 30px; /* Add some space below the title */
  }
  
  /* Style for the sub-title */
  .sub-title {
    color: #333; /* Set the color of the sub-title */
  }
  
  /* Style for the title */
  .title {
    font-size: 36px; /* Set the font size of the title */
    color: #000; /* Set the color of the title */
    font-weight: bold; /* Make the title bold */
  }
  
  /* Style for the unordered lists */
  .service-list, .methodology-list {
    list-style-type: disc; /* Use disc as bullet points */
    margin: 0; /* Remove default margin */
    padding: 5px; /* Remove default padding */
  }
  
  /* Style for list items */
  .service-list li, .methodology-list li {
    margin-bottom: 5px; /* Add space between each list item */
    color: #555; /* Set the color of the list items */
    
    
  }
/* Style for list items */
.service-list li, .methodology-list li {
  margin-bottom: 5px; /* Add space between each list item */
  color: #555; /* Set the color of the list items */
  padding-left: 1px; /* Adjust the padding to bring bullets closer to text */
}

/* Style for the unordered lists */
.service-list, .methodology-list {
  list-style-type: disc; /* Use disc as bullet points */
  margin: 0; /* Remove default margin */
  padding: 5px; /* Remove default padding */
  padding-left: 20px; /* Increase padding to indent bullets further */
}