p strong {
  color: #B47DDB; /* Change the color to your desired color */
  font-size: 20px; /* Change the font size to your desired size */
}

/* .obj_article_details .abstract,
.obj_article_details .item > :last-child { text-align: justify;
} */

<ol>
  <li>First item</li>
  <li>Second item</li>
  <li>Third item</li>
</ol>
ol {
  list-style-type: none; /* Remove default list numbering */
  padding-left: 0; /* Remove default padding */
}

ol li {
  margin-bottom: 10px; /* Add some spacing between list items */
  font-size: 16px; /* Set the font size */
  color: #B47DDB; /* Set the text color */
}

ol li:before {
  content: "\2666"; /* Use a custom bullet character, such as a dot */
  color: #1f7edc; /* Customize the bullet color */
  font-weight: bold; /* Make the bullet bold */
  margin-left: 1px; /* Add space between the bullet and the text */
}

ol {
  list-style: none; /* Remove default list numbering and bullet points */
  padding-left: 0; /* Remove default padding */
}

ol li {
  margin-bottom: 10px; /* Add some spacing between list items */
  font-size: 16px; /* Set the font size */
  color: #333; /* Set the text color */
}

ol li::before {
  content: "\2666"; /* Use a custom bullet character, such as a dot */
  color: #1f7edc; /* Customize the bullet color */
  font-weight: bold; /* Make the bullet bold */
  margin-left: 1px; /* Add space between the bullet and the text */
}
body {
 /* Replace with your desired background color */
  text-align: justify;
 }
 .pkp_structure_footer_wrapper {
	background:#b47ddb;
}

