.regularSection
{
}

.regularSection > pre
{
	max-width: 1280px;
    margin: 1em auto;

    font-size: 1.1em;
	text-align: center;
}

.regularSection > pre ul
{
	display: block;
    margin: auto;
    padding: 0;
	
	text-align: center;
    list-style-type: none;
}

.regularSection > pre ul li
{
	
}

.regularSection > pre ul li::before
{
	content: '\f219';

	display: inline-block;
	margin-bottom: 5px;
    margin-right: 5px;
	
	font-family: 'Font Awesome 5 Free Solid';
    font-size: 10px;
    vertical-align: middle;
}
