.books{display:flex;flex-direction:row;margin-bottom:10rem}@media only screen and (max-width:760px){.books{width:calc(100% + 40px);margin:0 -20px;overflow-x:scroll}}.books .column{display:flex;flex-direction:column}@media only screen and (max-width:760px){.books .column{flex-direction:row;flex-basis:200%;flex-shrink:0}}@media only screen and (min-width:761px){.books .column{max-width:50%}}.books .column .book{margin:0 0 130px 0;display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (max-width:760px){.books .column .book{margin:20px;flex-basis:calc(33.3333333333% - 40px);flex-shrink:0}}.books .column .book a.btn{margin:20px auto}.books .column .book img{max-width:100%}@media only screen and (min-width:761px){.books .column:nth-child(2){margin-left:80px;margin-top:175px}}