.by-the-numbers__wrapper{display:flex;flex-direction:column;row-gap:var(--row-gap-medium)}.by-the-numbers__cards{display:grid;gap:var(--row-gap) var(--gap-xsmall);grid-template-columns:repeat(3,minmax(250px,1fr))}.by-the-numbers__card{background-color:var(--soft-purple);border-radius:var(--border-radius);padding:var(--padding)}.by-the-numbers__card :where(h3,p,span){color:var(--white)}.by-the-numbers__card :where(p,span){text-align:right}.by-the-numbers__card span{display:inline-block;line-height:10.4rem;margin-bottom:1.6rem;width:100%}.by-the-numbers__bottom{border-top:1px solid var(--sand);padding-top:1.6rem}@media screen and (max-width:767px){.by-the-numbers__cards{grid-template-columns:1fr}}