.gh-brands{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width:768px){.gh-brands{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.gh-brands{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1280px){.gh-brands{grid-template-columns:repeat(6,minmax(0,1fr))}}.gh-brands__item{display:flex;align-items:center;justify-content:center;border-radius:.25rem;--tw-border-opacity:1;border:1px solid rgba(156,163,175,var(--tw-border-opacity));padding:2rem .5rem}.gh-brands__item a{display:inline-flex}.gh-brands__item img{height:4rem;width:100%;-o-object-fit:contain;object-fit:contain}