.Books--container{width:100%;padding:80px 48px;flex-direction:column;gap:40px;border-radius:16px;align-self:center}@media screen and (max-width:1440px){.Books--container{padding:48px}}@media screen and (max-width:768px){.Books--container{padding:40px 16px;gap:16px}}.Books-inner{gap:8px;width:100%;max-width:var(--max);padding:60px 16px;justify-content:space-between}@media screen and (max-width:1024px){.Books-inner{justify-content:flex-start;flex-direction:column;align-items:flex-start}}@media screen and (max-width:768px){.Books-inner{padding:16px}}.Books-left{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;width:100%}.Books-left-back{gap:8px;justify-content:flex-start}.Books-left-back>svg{transform:rotateY(180deg)}.Books-list{max-width:var(--max);align-self:center;width:100%;justify-content:flex-start;flex-direction:column;align-items:flex-start}.Books-book{gap:16px;justify-content:space-between;border-bottom:2px solid #ececec;padding:32px 0}.Books-book:last-child{border-bottom:none}.Books-book-img{height:150px;width:100px}.Books-book-text{width:100%;justify-content:flex-start;align-items:flex-start;gap:16px;flex-direction:column}.Books-book-text>span{font-weight:700}.Books-book-text>p{font-weight:400}@media screen and (max-width:768px){.Books-list{align-items:center}.Books-book{gap:16px;justify-content:center;border-bottom:2px solid #ececec;padding:32px 0;flex-direction:column;max-width:400px}.Books-book-text>p,.Books-book-text>span{text-align:center;width:100%}}