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