.cards__wrapper{display:flex;flex-direction:column;row-gap:var(--gap-48)}.cards__heading{margin:0 auto;max-width:76.7rem;text-align:center}.cards__heading p:last-of-type{margin-bottom:0}.cards__cards{display:grid;gap:var(--gap-48) var(--gap-24);grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.cards__card{background-color:var(--gold-light);border-radius:var(--border-radius);display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:var(--padding-32)}.cards__card img{margin-bottom:var(--gap-24);max-width:4.8rem;width:4.8rem}@media screen and (max-width:1023px){.cards__cards{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media screen and (max-width:767px){.cards__cards{display:flex;flex-direction:column;max-width:100%;row-gap:var(--gap-24);width:100%}}