.partner-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(200px,300px));margin-top:2rem}.type-wrapper{margin-bottom:6rem}.type-wrapper a{align-content:center;background-color:var(--light-gray);border:1px solid var(--off-white);border-radius:10px;display:flex;flex-direction:column;gap:1rem;overflow:hidden;padding:2rem 1.25rem}.type-wrapper a:hover{box-shadow:var(--shadow-1);text-decoration:none}.type-wrapper img{height:50px;margin-bottom:1rem;max-width:100%;object-fit:contain}.type-wrapper h3{font-weight:500;line-height:1.5rem}