.resourceCallouts{display:grid;grid-template-columns:repeat(1,1fr);gap:40px}.resourceCallouts a{overflow:hidden;border-radius:10px;box-shadow:0 0 10px 0 rgba(0,0,0,.2);transition:.15s linear}.resourceCallouts a:hover,.resourceCallouts a:focus-visible{box-shadow:0 0 10px 0 rgba(15,136,202,.6)}.resourceCallouts .imageWrap{overflow:hidden}.resourceCallouts img{transition:.15s linear}.resourceCallouts a:hover img,.resourceCallouts a:focus-visible img{scale:1.02}.resourceCallouts .bot{display:flex;justify-content:space-between;align-items:center;padding:20px}.resourceCallouts .bot .title{font-weight:300;margin-bottom:0;color:var(--brand-blue)}.resourceCallouts img{width:100%}.resourceCallouts .bot span{width:40px;height:40px;display:block;background-color:var(--brand-blue);border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:5px;transition:.15s linear}.resourceCallouts a:hover span,.resourceCallouts a:focus-visible span{margin-right:0;background-color:var(--bright-blue)}.resourceCallouts .bot span svg path{stroke:#fff}@media(min-width:550px){.resourceCallouts{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.resourceCallouts{grid-template-columns:repeat(3,1fr)}}