@import url(https://fonts.googleapis.com/css?family=Roboto:300);
.bodyareabudget{
font-family:"Archivo Narrow", sans-serif;
display:inline-block;
margin-bottom:00px;
margin-top:20px;
}
/* List styling */
.featureList, .featureList ul {
margin-bottom: 0;
padding-left: 10px;
list-style-type: none;
}
.featureList li:before {
position: absolute;
margin-left: -1.6em;
font-weight: bold;
}
.featureList li.tick:before {
content: '';
display: inline-block;
width:20px;
height:24px;
background-size:20px;
background-image: url(https://vfwpost10406.org/images/baseline-home-24px.svg);
background-repeat: no-repeat;
margin-right: 15px;
background-position: center center;
vertical-align: middle;
}