.hs-content-library{box-sizing:border-box;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;padding:0 32px}.hs-content-library__card{background-color:#fff;border:1px solid #ccc;box-sizing:border-box;display:flex;flex-direction:column;max-width:100%;overflow:hidden;width:100%}.hs-content-library__image{align-items:center;aspect-ratio:3/2;background-color:#f9f9f9;display:flex;justify-content:center;overflow:hidden;width:100%}.hs-content-library__image img,.hs-content-library__image svg{display:block;height:auto;object-fit:cover;width:100%}.hs-content-library__content{display:flex;flex-direction:column;gap:8px;padding:16px}.hs-content-library__title{font-size:1.125rem;margin:0}.hs-content-library__description{font-size:.95rem;line-height:1.4;margin:0}.hs-content-library__link{color:#0073e6;font-size:.875rem;margin-top:auto;text-decoration:underline}.hs-content-library--cards .hs-content-library__card{background-color:#fff;border:1px solid #ccc}.hs-content-library--tiles .hs-content-library__card{background-color:#f5f5f5}.hs-content-library--minimal .hs-content-library__card{background-color:transparent;border:none}@media only screen and (max-width:768px){.hs-content-library{padding:0 16px}.hs-content-library__card{margin:0 auto}.hs-content-library__image{aspect-ratio:3/2;height:auto}.hs-content-library__image img,.hs-content-library__image svg{height:auto;object-fit:contain;width:100%}}