.stats-cards{display:flex;flex-wrap:wrap;justify-content:space-between}.stats-cards .stats-cards__card{display:flex;flex-direction:column;overflow:hidden}.stats-cards--1-col .stats-cards__card{width:calc(100% - 1rem)}.stats-cards--3-col{justify-content:flex-start}.stats-cards--3-col .stats-cards__card{width:calc(33.3% - 3rem)}.stats-cards--3-col .stats-cards__card:nth-of-type(3n+1),.stats-cards--3-col .stats-cards__card:nth-of-type(3n+2){margin-right:3rem}.stats-cards .stats-cards__button-wrapper{margin-top:auto}.stats-cards .stats-cards__button-wrapper .button{text-decoration:none}@media (max-width:767px){.stats-cards__card{margin-bottom:1rem;margin-right:0!important;text-align:center!important;width:100%!important}.stats-cards--3-col{justify-content:flex-start;margin-left:40px;margin-right:40px}}