/* Hero bullets */
#allrecords .hero-bullets{
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
#allrecords .hero-bullets li{
  position: relative;
  padding-left: 14px;
  margin: 10px 0;
  color: #4B5563;
  font-size: 15px;
  line-height: 1.45;
}
#allrecords .hero-bullets li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #D11E14;
}
@media (max-width: 480px){
  #allrecords .hero-bullets li{
    font-size: 14px;
    margin: 8px 0;
  }
}
