/* Add custom CSS styles below */ 
.s-block--features__item .feature-icon {
    background-color: #007787;
}
.s-block--features__item .feature-icon i{
  color:#fff;
}

.s-menu-footer-list .s-menu-footer-item::before {
  content: ">> ";
  display: inline-block;
    margin-left: 5px;
}