div.cost {
  font-size: 34px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: rgba(0,0,0,0.5);
}
span.monthly {
  font-size: 18px;
}

div.features_holder {
  padding-left: 12px;
  font-size: 17px;
  text-align: center;
  /* min-height: 275px; */
}
@media (max-width: 750px) {
  div.features_holder {
    /* min-height: 0px; */
    margin-bottom: 32px;
  }
  a.ctas-button {
    margin-bottom: 32px;
  }
}
div.feature {
  border: 0px solid #eee;
  padding: 8px;
  margin: 4px;
}

p.paragraph {
  color: #333;
}

p.paragraph a {
  text-decoration: none;
}
