/*
put any CSS shared by all instances
of this component here. Also be sure to add this file
to the styleRefs array in elastic
*/
section#legacy .all-brands-wrapper .card {
     background-color: #f4f7fa;
     font-family: 'hn';
     color: #808080;
     min-height: 110px;
}

section#legacy .all-brands-wrapper .card a {
    text-underline-offset: 2px;
}
section#legacy .all-brands-wrapper .card a:hover {
  color: #407ec9;
}

section#legacy .all-brands-wrapper h3 {
  font-size: 26px;
}
