/* =====================
  Tokens in Design System
  (following https://medium.com/eightshapes-llc/tokens-in-design-systems-25dd82d58421)
===================== */
/* ==========[ TOKENS ]========== */
/* 1. Texts */
/* 2. Button */
/* 3. Brand */
/* 4. Background */
/* 5. Font */
/* 6. Border */
/* ==========[ DECISION ]========== */
/** VAR OLDS **/
/*-- Colors --*/
/*-- Text & Font --*/
/*-- Border, Shadow --*/
/*-- Main colors --*/
.features-listing-container .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 18px; }

.features-listing-container ul {
  list-style: none;
  padding-left: 0; }
  .features-listing-container ul li {
    margin-bottom: 8px; }
    .features-listing-container ul li a {
      color: #009f6f;
      font-weight: 600; }
      .features-listing-container ul li a:hover {
        text-decoration: underline; }
