.slo-whitepapers{display:grid;gap:30px;grid-template-columns:repeat(2,1fr);margin-bottom:80px;margin-top:20px}.whitepaper__card{align-items:center;background-color:#211f69;border-radius:20px;color:#fff;display:grid;gap:20px;grid-template-columns:2fr 3fr;height:100%;overflow:hidden;transition:all .2s}.whitepaper__card:hover{background-color:#544fff;transition:all .2s}.whitepaper__name{font-size:20px;padding-right:20px}.whitepaper_link{align-self:flex-end;background-image:url(https://servicelevelobjectives.com/hubfs/SLO%20theme/arrow-right.svg);background-position:center right 10px;background-repeat:no-repeat;background-size:20px 20px;border-radius:30px;color:#fff;display:block;font-size:20px;margin-left:auto;padding:10px 40px 10px 20px}.whitepaper__card .whitepaper__link:focus,.whitepaper__card .whitepaper__link:hover{background-color:#211f69;color:#fff;transition:all .2s}.whitepaper__image{max-height:127px}.whitepaper__link:hover{color:#fff}@media screen and (max-width:980px){.slo-whitepapers{grid-auto-rows:auto;grid-template-columns:auto}.whitepaper__card{grid-template-columns:230px 1fr}}@media screen and (max-width:540px){.whitepaper__card{gap:0;grid-template-columns:auto}.whitepaper__image{height:auto;max-height:fit-content;width:100%}.whitepaper__data_wrapper{padding:20px}}