.ebooks-cards{width:100%}.ebooks-cards__grid{display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.ebooks-cards__card{align-items:center;background:#fff;border:1px solid #d8d8d8;border-radius:24px;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;padding:28px 24px 24px}.ebooks-cards__image-wrapper{align-items:center;display:flex;justify-content:center;min-height:280px;width:100%}.ebooks-cards__image{display:block;height:auto;max-height:280px;max-width:72%;object-fit:contain;width:auto}.ebooks-cards__content{margin-top:18px;text-align:center;width:100%}.ebooks-cards__label{color:#333;display:block;font-weight:600;margin-bottom:6px}.ebooks-cards__title{color:#333;margin:0 0 16px;text-align:center}.ebooks-cards__button{align-items:center;background:transparent;border:2px solid #007e48;border-radius:100px;color:#007e48;display:inline-flex;justify-content:center;line-height:1;padding:6px 18px;text-decoration:none;transition:background-color .2s ease,color .2s ease}.ebooks-cards__button:focus,.ebooks-cards__button:hover{background:#007e48;color:#fff;text-decoration:none}@media (max-width:767px){.ebooks-cards__grid{grid-template-columns:1fr}.ebooks-cards__card{padding:24px 18px 22px}.ebooks-cards__image-wrapper{min-height:230px}.ebooks-cards__image{max-height:230px;max-width:78%}}