.featureList, .featureList ul {
font-variant:none;
text-transform:none;
font-family:'Roboto', sans-serif;
font-weight:500;
font-size:15px;
line-height:23px;
margin-left:33px;
list-style-type:none;
color:#E14343;
padding-left:0px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.featureList li:before {
position:absolute;
margin-left:-40px;
}
.featureList li.tick:before {
font-size:1.6em;
font-family:'Roboto', sans-serif;
content:"\2713";
color:#E14343;
font-weight:bold;
}
.featureList li.cross:before {
font-size:37px;
line-height:20px;
font-family:'Roboto', sans-serif;
content:"\2023";
color:#1c80a7;
font-weight:bold;
}
.featureList li.crossoff:before {
font-size:37px;
line-height:20px;
font-family:'Roboto', sans-serif;
content:"\2023";
color:white;
font-weight:bold;
}
.featureList li.circleone:before {
content:" ";
width:30px;
height:30px;
background-image: url(../images/baseline-circle1-24px.svg);
}
.featureList li.circletwo:before {
content:" ";
width:30px;
height:30px;
background-image: url(../images/baseline-circle2-24px.svg);
}
.featureList li.circlethree:before {
content:" ";
width:30px;
height:30px;
background-image: url(../images/baseline-circle3-24px.svg);
}
.darkgreenfaq {
padding:20px;
background-color:#f3f6ee;
margin-bottom:20px;
}
.lightgreenfaq {
padding:20px;
background-color:#fff;
margin-bottom:20px;
}

/* •••••••••••••••••••••••••• Size Change •••••••••••••••••••••••••• */
@media (max-width: 500px) { 
/* •••••••••••••••••••••••••• Size Change •••••••••••••••••••••••••• */
.featureList li.circleone:before {
content:" ";
width:30px;
height:30px;
background-image: url(../images/baseline-circle1-24px.svg);
}
.featureList li.circletwo:before {
content:" ";
width:30px;
height:30px;
background-image: url(../images/baseline-circle2-24px.svg);
}
.featureList li.circlethree:before {
content:" ";
width:30px;
height:30px;
background-image: url(../images/baseline-circle3-24px.svg);
}
}