blockquote p a {
	text-decoration: underline;
	color: #000;
 }
 blockquote p a:hover {
	text-decoration: none;
	color: #000;
	
 }
 .pc-con-s24-ol {
   font-size: 1.125rem; 
   font-style: normal;
   font-weight: 400;
   line-height: 1.75rem;
   font-family: 'dovetail-mvb', serif;
   display: flex; 
   flex-direction: column;
   align-items: flex-start;
   gap: 1.5rem;
   align-self: stretch;
   padding-left: 1rem;
 }
 
 .pc-con-s24-ol li {
	padding-left: 1rem;
 }
 
 .pc-con-s24-ol li:nth-child(1)::marker {
	content: "\e0ee";
   color: #000; 
   font: 600 normal normal 1.25rem/1.75rem "Font Awesome 6 Pro";
 }
 .pc-con-s24-ol li:nth-child(2)::marker {
	content: "\e0ef";
   color: #000; 
   font: 600 normal normal 1.25rem/1.75rem "Font Awesome 6 Pro";
 }
 .pc-con-s24-ol li:nth-child(3)::marker {
	content: "\e0f0";
   color: #000; 
   font: 600 normal normal 1.25rem/1.75rem "Font Awesome 6 Pro";
 }