#buyersguide h2 {
  font-size: 1.9em;
  font-weight: bold;
}
#buyersguide h1 {
  font-weight: bold;
}
#buyersguide a {
  font-weight: bold;
}
.list-checkmark ul {
  list-style: none;
  text-align: left;
}
.list-checkmark ul li:before {
  content: "\2714\0020";
  color: #e21a21;
}
#buyersguide .red {
  color: #e21a21;
}
#buyersguide .blue {
  color: #0850a3;
}
#buyersguide .green {
  color: #81c340;
}
