/***** BULLETS FOR LETTERS *****/

.featureListletter, .featureListletter ul {
font-variant:none;
text-transform:none;
font-family:"Heebo", sans-serif;

font-size:16px;
line-height:21px;
margin-left:33px;
list-style-type:none;
color:#077ea8;
padding-left:0px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.featureListletter li:before {
position:absolute;
margin-left:-30px;
}
.featureListletter li.tick:before {
content: '';
display: inline-block;
width:20px;
height:20px;
background-size:20px;
background-image: url(https://hopeunitedcochrane.org/images/baseline-home-letter-24px.svg);
background-repeat: no-repeat;
margin-right: 10px;
background-position: center center;
vertical-align: middle;
}

/***** BULLETS FOR LETTERS *****/






.featureList, .featureList ul {
font-variant:normal;
text-transform:none;
font-family:"Heebo", sans-serif;
font-weight:500;
font-size:16px;
line-height:20px;
margin-bottom:0;
list-style-type:none;
color:#84a558;
padding-left:15px;
-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:#84a558;
font-weight:bold;
}
.featureList li.cross:before {
font-size:26px;
line-height:17px;
padding-left:0px;
font-family:'Roboto', sans-serif;
content:"\2023";
color:#007ea9;
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;
}
.darkgreenpoem {
display:inline-block;
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);
}
}