.resource-container:nth-of-type(2n){background-color:#efefef}.resource-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.8rem}.resource-image{border-radius:.8rem;box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06)}.resource-image:hover{box-shadow:0 2px 5px -1px rgba(50,50,93,.25),0 1px 3px -1px rgba(0,0,0,.3)}.resource-content-div{display:flex;flex-direction:column;gap:.8rem}.resource-cta-button{background-color:#f7931e;background-image:linear-gradient(0deg,rgba(0,0,0,.3),#f7931e,hsla(0,0%,100%,.3));border-radius:.5rem;color:#fff;font-weight:700;padding:.8rem 1.5rem;transition:background-color .3s ease-in-out;transition:background-image .3s ease-in-out}.resource-link:hover .resource-cta-button{background-color:#f7931e;background-image:none}@media only screen and (min-width:992px){.resource-container.image__right .resource-content-div{order:2}.resource-container.image__right .resource-image-div{order:1}}@media only screen and (max-width:768px){.resource-wrapper{grid-template-columns:1fr}.resource-title{text-align:center!important}}