.cards{width:100%}.cards__container{display:grid;grid-template-rows:auto;height:100%;justify-content:center;row-gap:2rem;width:100%}.cards__card{background-color:#f1f2f2;max-width:400px}.cards__card img{max-height:240px;pointer-events:none;width:100%}.cards__title{color:var(--color-dark-blue);font-size:2.8rem;font-weight:500}.cards__subtext{color:var(--color-dark-blue);font-weight:200}.cards__text-section{align-items:center;display:flex;flex-direction:column;padding:2rem 1.5rem;row-gap:2rem;text-align:center}.cards__text-section a{margin-left:auto;margin-right:auto;max-width:250px}@media(min-width:576px){.cards__container{column-gap:2rem;grid-template-columns:repeat(2,1fr)}}@media(min-width:888px){.cards__container{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.cards__title{font-size:3.6rem;font-weight:500}.cards__subtext{font-size:1.8rem;font-weight:200;max-width:310px;padding-bottom:.5rem}.cards__text-section a{margin-left:auto;margin-right:auto;max-width:250px}}