.cards__wrapper{display:flex;flex-direction:column;row-gap:var(--row-gap-medium)}.cards__heading{margin:0 auto;max-width:76.7rem;text-align:center}.cards__cards{display:grid;gap:var(--row-gap) var(--gap-xsmall);grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.cards__card{background-color:var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow);padding:var(--padding)}.cards__card p:last-child{margin-bottom:0}@media screen and (max-width:1280px){.cards__cards{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media screen and (max-width:767px){.cards__cards{grid-template-columns:1fr}}