.ProductCatalog{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:30px;margin:0 auto 1em;padding:2em}.ProductTitle{text-align:center}.ProductImage img{height:208px;margin-bottom:0!important;width:273px}.blurb{text-align:justify}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ProductCatalog{display:flex;flex-wrap:wrap}.ProductCatalog .ProductBox{max-width:33%;width:33%}}