.guideSection{background:rgba(228,232,235,.5);padding:5rem 0 4rem}.guideSection .guideInner{align-items:center;display:flex;gap:6rem;justify-content:center}.guideSection .book-wrapper{border-radius:8px;box-shadow:0 20px 56px rgba(0,0,0,.18),0 4px 14px rgba(0,0,0,.1);flex:0 0 auto;overflow:hidden;position:relative;width:300px}.guideSection .book-wrapper img{display:block;height:100%;object-fit:cover;width:100%}.guideSection .download-circle{align-items:center;background:var(--accent-hover);border-radius:50%;bottom:16px;box-shadow:0 4px 14px rgba(107,99,245,.45);cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:16px;text-decoration:none;transition:background .25s ease,transform .2s ease;width:40px}.guideSection .download-circle:focus,.guideSection .download-circle:hover{background:#5750e3;transform:scale(1.1)}.guideSection .download-circle svg{fill:none;height:20px;stroke:var(--text-white);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2;width:20px}.guideSection .text-block{display:flex;flex-direction:column;gap:25px;width:35%}.guideSection .guide-heading{color:var(--text-primary);font-family:EB Garamond,serif;font-size:45px;font-weight:700;letter-spacing:.5px;line-height:1}.guideSection .guide-desc{color:var(--text-primary);font-size:17px;font-weight:300;line-height:1.5}@media screen and (max-width:991px){.guideSection{padding:3rem 0 3.5rem}.guideSection .guideInner{gap:3rem}.guideSection .book-wrapper{width:30%}.guideSection .text-block{width:45%}.guideSection .guide-heading{font-size:33px}}@media screen and (max-width:767px){.guideSection .guideInner{align-items:center;flex-direction:column;gap:30px;text-align:center}.guideSection .book-wrapper{width:40%}.guideSection .text-block{align-items:flex-start;gap:10px;width:100%}.guideSection .guide-heading{text-align:left}.guideSection .guide-desc{font-size:16px;line-height:1.4;text-align:left}}@media screen and (max-width:575px){.guideSection{padding:3rem 0}.guideSection .book-wrapper{width:100%}.guideSection .guide-heading{font-size:28px}}