.ebook-library{background:#fafafa;padding:6rem 0}.ebook-library .ebook-grid{column-gap:2rem;display:grid;grid-template-columns:1fr;row-gap:4rem}.ebook-library .ebook-card{display:flex;flex-direction:column}.ebook-library .ebook-image{aspect-ratio:3/4;background:#fafafa;border:1px solid #f5f4f4;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);margin-bottom:2rem;overflow:hidden;position:relative;transition:all .3s ease}.ebook-library .ebook-image img{height:100%!important;object-fit:contain;padding:2rem;transition:transform .5s ease;width:100%}.ebook-library .ebook-card:hover .ebook-image{box-shadow:0 20px 40px rgba(0,0,0,.12)}.ebook-library .ebook-card:hover .ebook-image img{transform:scale(1.05)}.ebook-library .ebook-content{display:flex;flex:1;flex-direction:column}.ebook-library .ebook-content h3{color:#1b1718;font-size:1.25rem;font-weight:900;line-height:1.25;margin-bottom:calc(var(--spacing)*4);min-height:3.5rem;transition:color .3s ease}.ebook-library .ebook-card:hover h3{color:#6ec492}.ebook-library .ebook-content p{color:#52525c;flex-grow:1;font-size:1rem;line-height:1.625;margin-bottom:calc(var(--spacing)*8);margin-top:0}.ebook-library .ebook-btn{align-items:center;background:#6ec492;border-radius:.5rem;color:#fff;display:inline-flex;font-size:.875rem;font-weight:700;gap:calc(var(--spacing)*2);justify-content:center;letter-spacing:.05em;line-height:1.42;min-height:3rem;padding:calc(var(--spacing)*2) calc(var(--spacing)*4);text-decoration:none;text-transform:uppercase;transition:background .25s ease;width:100%}.ebook-library .ebook-btn svg{height:16px;width:16px}.ebook-library .ebook-btn:hover{background:rgba(110,196,146,.9);color:#fff}@media (min-width:768px){.ebook-library .ebook-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ebook-library .ebook-grid{grid-template-columns:repeat(3,1fr)}}