.cards-text{max-width:78rem;margin:0 auto}
.cards-text-caption{text-transform:uppercase;margin-bottom:2rem;font-family:Inktype,Arial,Helvetica;font-size:1.2rem;line-height:1.6rem;letter-spacing:.16rem;color:rgba(38,37,37,.7490196078);text-align:center}
.cards-text-heading{text-align:center;margin-bottom:6.4rem}
.cards-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.cards-wrapper-card{padding:2.4rem;display:flex;flex-direction:column;gap:1.2rem;border-radius:.8rem;background-color:#fff}
.cards-wrapper-card-icon{max-width:8.2rem}
.cards-wrapper-card-icon img{width:100%;height:100%}
.cards-wrapper-card-button{width:-moz-fit-content;width:fit-content}
@media screen and (max-width:990px){
.cards-text-heading{font-size:4.2rem;line-height:4.4rem;margin-bottom:2.4rem}
.cards-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}
.cards-wrapper-card{width:100%;justify-content:center;align-items:center}
.cards-wrapper-card-text{text-align:center}
}