/* Replaces the only Bootstrap grid utility that was used on the homepage. */
.row.g-3{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.brand:has(img) .brand-mark{display:none}.brand img{display:block;width:175px;height:auto}.site-footer .brand:before{content:"";display:inline-block;width:30px;height:30px;margin-right:9px;background:center/contain no-repeat url("../icons/favicon.svg");vertical-align:middle}.site-footer .brand .brand-dot{display:none}@media(max-width:800px){.row.g-3{grid-template-columns:1fr}.brand img{width:145px}}
