.cards-with-bg .cards-with-bg__inner{background-color:var(--primary);border-radius:2rem 0 2rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));overflow:hidden}.cards-with-bg .cards-with-bg__item{background-color:var(--primary);border-bottom:1px solid var(--body-bg);color:var(--body-bg);display:flex;flex-direction:column;justify-content:space-between;padding:var(--baseline-4)}.cards-with-bg .cards-with-bg__item:last-child{border-bottom:0}@media only screen and (min-width:601px){.cards-with-bg .cards-with-bg__item{border-right:1px solid var(--body-bg)}.cards-with-bg .cards-with-bg__item:last-child{border-right:0}}@media only screen and (min-width:993px){.cards-with-bg .cards-with-bg__item{border-bottom:0}}.cards-with-bg .cards-with-bg__item h3{color:var(--body-bg)}.cards-with-bg .cards-with-bg__item .button{border-color:var(--body-bg);color:var(--body-bg)}