<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.welcome-two .welcome-detail ul {
	padding-left: 26px;
	padding-bottom: 12px;
	color:#444;
	margin-top:12px;
}
.welcome-two .welcome-detail ul li {
	list-style-position: outside; 
	list-style-type: disc;
    margin: 0 0 0 18px;
    float: left;
	color:#444;
	width:100%;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;	
}
</pre></body></html>