.novela-card{display:flex;flex-direction:column;gap:30px;width:100%}.novela-card-img-wrapper{width:100%;display:flex;flex-direction:row;box-sizing:border-box;align-items:center;justify-content:center;gap:80px}.novela-card img{display:block;width:40%;height:auto;object-fit:cover;object-position:center;border-radius:8px}.novela-card-text{display:flex;flex-direction:column;gap:12px;text-align:justify}.novela-card h3{color:#2e2e2e;font-size:40px;margin-bottom:0;font-family:"Instrument Serif"}.novela-card p{color:#2e2e2e;font-size:18px;line-height:1.5em}@media(max-width:600px){.novela-card{width:100%}}.novelas-page-bg{background-color:white;width:100%;display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:100px}.novelas-page-block{display:flex;flex-direction:column;gap:20px;width:min(95%,1050px);box-sizing:border-box}.novelas-page-block p{color:#2e2e2e;font-size:18px;line-height:1.5em;text-align:justify}.hline{border:none;border-top:1px solid #2e2e2e;margin:20px 0;width:100%}.novelas-page-header{display:flex;width:100%;height:-moz-fit-content;height:fit-content;box-sizing:border-box;justify-content:space-between;align-items:center}.novelas-page-block h1{color:black;font-size:90px;margin-bottom:0}.to-buy-wrapper{width:100%;display:flex;gap:30px;flex-wrap:wrap}.bottom-block{width:100%;display:flex;flex-direction:column;gap:40px}@media (max-width:600px){.novelas-page-bg{padding:40px}.novelas-page-block{display:flex;flex-direction:column;width:100%;height:-moz-fit-content;height:fit-content;box-sizing:border-box;align-items:center;padding:0}.novelas-page-block p{font-size:14px}.novelas-page-block h1{font-size:64px}}.to-buy-widget{width:auto;height:76px;border:1px solid #2e2e2e;border-radius:4px;box-sizing:border-box;padding:14px;background-color:unset;cursor:pointer;transition:transform .3s ease}.to-buy-widget img{width:auto;height:100%}.to-buy-widget:hover{transform:scale(1.1)}@media (max-width:600px){.to-buy-widget{height:40px;padding:8px}}