.statBlockCTA h2{text-align:center}.statBlockCTA .numberPrefix,.statBlockCTA .numberSuffix{opacity:0}.statBlockCTA .blocks{display:grid;grid-template-columns:repeat(1,1fr);grid-column-gap:25px;grid-row-gap:25px}.statBlockCTA .block{width:100%;margin:0 auto;padding:31px 2%;display:flex;flex-direction:column;text-align:center;color:var(--bright-blue);background-color:var(--light-blue);border-radius:10px}.statBlockCTA .block .top{display:flex;justify-content:center;font-weight:800;font-size:48px}.statBlockCTA .block .btm{color:var(--dark-blue);font-size:18px}.statBlockCTA .blockCopy{font-size:.9rem;margin-top:5px}.statBlockCTA .ctaLink{margin-top:50px;text-align:center}@media screen and (min-width:700px){.statBlockCTA .blocks{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.statBlockCTA .blocks{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1425px){.statBlockCTA .blocks{grid-template-columns:repeat(4,1fr)}.statBlockCTA.columnsToDisplay1 .blocks{grid-template-columns:repeat(1,1fr)}.statBlockCTA.columnsToDisplay2 .blocks{grid-template-columns:repeat(2,1fr)}.statBlockCTA.columnsToDisplay3 .blocks{grid-template-columns:repeat(3,1fr)}.statBlockCTA.columnsToDisplay5 .blocks{grid-template-columns:repeat(5,1fr)}}