.resource-cta{background-color:#f5f5f5;position:relative}.resource-cta__bg{position:absolute;top:0;left:0;width:100%;height:100%}.resource-cta__bg img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.resource-cta__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;align-items:center}.resource-cta h2{font-size:2.5rem;line-height:1.2;font-weight:700;margin-bottom:1rem}.resource-cta__content p{margin-bottom:1rem;font-family:"Roboto Mono",monospace;opacity:.7;text-transform:uppercase;font-size:1rem}.resource-cta__content .button{font-family:"Roboto Mono",monospace;font-weight:500;display:flex}.resource-cta__content .button>span,.resource-cta__content .button>i{border:2px solid #fff;background:#f2f2f2;color:inherit;box-shadow:10px 10px 14px -1px rgb(196 196 196 / .75);-webkit-box-shadow:10px 10px 14px -1px rgb(196 196 196 / .75);-moz-box-shadow:10px 10px 14px -1px rgb(196 196 196 / .75)}.resource-cta__content .button i i{border:unset}.resource-cta__content .button:last-child{margin-top:1rem}.resource-cta__content .button:last-child>span,.resource-cta__content .button:last-child>i{background-color:#fff}@media (max-width:767px){.resource-cta__grid{grid-template-columns:1fr;gap:2rem}}