#herb-categorie-list a
{
  font-size: 14px;
}
#herb-categorie-list a.active
{
  background: #50af37;
  color: #FFF;
}
#herb-content .card-text
{
  font-size: 0.85em;
}
#herb-content a .card-title
{
  font-family: 'source_serif_problack';
}
#herb-list-content a
{
  cursor: pointer;
}
@media only screen and (max-width: 575px) 
{
  #certification-group span
  {
    width: 100%;
    border-radius: 5px;
    display: none;
  }
  #certification-group select
  {
    border-radius: 5px;
  }
}