hr.zig, hr.zag {
  border: none;
  height: 30px;
  margin: 0px 0px 0px 0px;
}

hr.zig{
  background: linear-gradient(-135deg, #FFF 20px, rgba(0, 0, 0, 0) 0) 0 5px, linear-gradient(135deg, #FFF 20px, rgba(0, 0, 0, 0) 0) 0 5px;
  background-color: rgba(0, 0, 0, 0);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 20px 40px;
  z-index: 100;
  position: relative;
}

hr.zag {
  background: linear-gradient(-135deg, #73ccd1 20px, rgba(0, 0, 0, 0) 0) 0 5px, linear-gradient(135deg, #73ccd1 20px, #FFF 0) 0 5px;
  background-color: rgba(0, 0, 0, 0);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 20px 40px;
  z-index: 50;
  margin-top: -28px;
}






.featureList, .featureList ul {
font-variant:none;
text-transform:none;
font-family: solitas-serif-normal, sans-serif;
font-weight: 700;
font-size:20px;
line-height:24px;
margin-left:33px;
list-style-type:none;
color:#4dac00;
padding-left:0px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.featureList li:before {
position:absolute;
margin-left:-40px;
}
.featureList li.tick:before {
content: '';
display: inline-block;
width:20px;
height:20px;
background-size:20px;
background-image: url(https://rootriskmanagement.com/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;
background-image: url(https://rootriskmanagement.com/images/baseline-home-off.svg);
background-repeat: no-repeat;
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);
}
}