.featureList, .featureList ul {
font-variant: none;
text-transform: none;
font-family: "big-shoulders-dis-variable",sans-serif;
font-weight: 600;
font-style: normal;
font-size: 23px;
line-height: 23px;
margin-left: 30px;
list-style-type: none;
color: #aa0000;
padding-left: 0px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.featureList li:before {
position:absolute;
margin-left:-35px;
}
.featureList li.tick:before {
content: '';
display: inline-block;
width:20px;
height:20px;
background-size:20px;
background-image: url(../images/baseline-home-24px.svg);
background-repeat: no-repeat;
margin-right: 10px;
background-position: center center;
vertical-align: middle;
}
.featureList li.tickoff:before {
content: '';
display: inline-block;
width:20px;
height:20px;
background-size:20px;
margin-left:0px;
margin-right: 10px;
background-position: center center;
vertical-align: middle;
}
.featureList li.cross:before {
font-size:37px;
line-height:20px;
font-family:'Roboto', sans-serif;
content:"\2023";
color:#73ccd1;
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);
}
}
