.business-cards{display:grid;gap:1.5rem;margin:2rem auto 3rem;grid-template-columns:repeat(auto-fit,minmax(476px,auto));-webkit-box-pack:center;justify-content:center}.business-card{-webkit-box-align:start;align-items:start;background-color:var(--labor-blue-lightest);box-shadow:var(--subtle-box-shadow);display:grid;grid-template-columns:repeat(2,auto);gap:1.5rem;padding:1.5rem;-webkit-box-pack:start;justify-content:start}.business-card-image{display:-webkit-box;display:flex;min-width:158px}.business-card-image img{box-shadow:var(--subtle-box-shadow);max-height:196px;max-width:158px;min-height:230px;-o-object-fit:cover;object-fit:cover;width:100%}.business-card-text h6{font-weight:700}@media only screen and (max-width:32.5em){.business-cards{grid-template-columns:auto}.business-card{grid-template-columns:auto}.business-card-image img{max-height:500px;min-height:auto;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}}