.cards-small{background-color:var(--cream);padding:2rem 0 1rem}.cards-small__heading{text-align:center}.cards-small__heading h2{color:var(--green)}.cards-small__items{display:flex;flex-wrap:wrap;gap:2%;margin-top:2rem}.cards-small__items-container{align-items:center;background-color:var(--green);border-radius:10px;color:var(--cream);display:flex;font-size:18px;justify-content:center;margin-bottom:2%;padding:30px;text-align:center;text-transform:uppercase;width:23.5%}.cards-small__button.h-button{margin-top:2rem;text-align:center}@media (max-width:1024px){.cards-small__items-container{width:32%}}@media (max-width:950px){.cards-small__items-container{width:49%}}@media (max-width:650px){.cards-small__items-container{width:100%}}