.books-page{padding:60px 20px 80px}.books-container{max-width:var(--max-container-width);margin:0 auto}.books-header{margin-bottom:50px}.books-header .back-link{color:var(--color-dark-blue);align-items:center;margin-bottom:20px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.books-header .back-link:hover{color:var(--color-blue)}.books-header .section-eyebrow{color:var(--color-red);text-transform:uppercase;margin:0;font-size:12px;font-weight:600}.books-header h1{margin:10px 0 20px;font-size:52px;font-weight:600;line-height:3.75rem}.books-intro{max-width:750px;font-size:20px;font-weight:300;line-height:2rem}.books-grid{grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;gap:30px;display:grid}@media (width<=990px){.books-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.books-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=769px){.books-header h1{font-size:40px;line-height:2.75rem}.books-intro{font-size:18px}}
