#hero-white-paper{background-image:url(/images/whitepaper.jpg);background-size:cover;background-position:50%;position:relative;top:35px;width:100%;height:60vh;display:flex;align-items:center;flex-flow:column;justify-content:space-evenly;color:#fff}@media(max-width:500px){#hero-white-paper{height:60vh}}#hero-white-paper .overLay{position:absolute;top:0;width:100%;height:100%;z-index:1}#hero-white-paper .overLay .content{color:#fff;position:relative;z-index:1}#hero-white-paper .overLay .content h1{font-family:Lato,sans-serif;font-size:51px;font-weight:800}.whitepapers-section{padding:4rem 1rem;background-color:#f8f9fb}.whitepapers-section .container{max-width:1200px;margin:0 auto}.whitepapers-section .cards-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}@media(max-width:768px){.whitepapers-section .cards-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:430px){.whitepapers-section .cards-grid{grid-template-columns:1fr}.whitepapers-section .card-img{height:150px!important}}.whitepapers-section .card{background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.08);text-align:center;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.whitepapers-section .card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.whitepapers-section .card .card-img{width:100%;height:200px;object-fit:cover}.whitepapers-section .card .card-body{padding:1rem}.whitepapers-section .card .card-body .card-title{font-size:1.1rem;font-weight:600;color:#333;margin:.5rem 0;min-height:40px}.whitepapers-section .card .card-body .card-description{font-size:.9rem;color:#000;min-height:50px;margin:10px auto;min-height:40px}.whitepapers-section .card .card-body .download-btn{display:inline-block;background:#fd8b00;color:#fff;padding:.6rem 1.2rem;border-radius:6px;font-size:.9rem;text-decoration:none;transition:background .3s ease;border:none}.whitepapers-section .card .card-body .download-btn:hover{background:#f26937}@media(max-width:600px){.whitepapers-section .card-img{height:160px}.whitepapers-section .card-body .card-title{font-size:1rem}.whitepapers-section .card-body .card-description{font-size:.85rem}.whitepapers-section .card-body .download-btn{font-size:.8rem}}