.section_facts_subheader p{margin-bottom:1rem}.section_facts_button,.section_facts_header,.section_facts_text{display:flex}.section_facts_button{margin-top:2rem}.section_facts_card{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;grid-column-gap:2rem;grid-row-gap:2rem}.section_facts_card .section_facts_card_body{background:var(--cpx-white);border:1px solid var(--cpx-grey-300);border-radius:0;padding:3rem 2rem;text-align:center}.section_facts_card .section_facts_card_body h4{color:var(--cpx-primary);margin:2rem 0 0}.section_facts_card .section_facts_card_body p{color:var(--cpx-primary);margin:1.5rem 0 0}.section_facts_card .section_facts_card_body i{color:var(--cpx-grey-300);font-size:4rem}@media (min-width:1024px){.section_facts_card{grid-template-columns:repeat(3,1fr)}}