.batery-icon-list, ul.benfits-icon-list {
    list-style: none;
    padding-left: 0;
}

.batery-icon-list li {
    position: relative;
    padding-left: 25px;
    float: left;
    width: 50%;
}

.batery-icon-list li::before {
    content: "✓";   /* icon */
    position: absolute;
    left: 0;
    color: green;
}
li.bg-green-50{
	padding: 	8px;
    background: #d7e5d7;
    border-radius: 5px;
    position: relative;
    float: left;
    margin: 2px; 
    list-style: none;
    width: 45%;

}
.text-energy-green{
	color: green;
}
.benfits, .key-feature  {
    position: relative;
    float: left;
    margin-top: 5px;
}
.text-solar-orange{
	color: orange;
	font-weight: 600;
}