.cardstwo,.cardstwo__grid{display:flex;flex-direction:column;gap:1rem}.cardstwo__card{align-items:center;gap:1rem}.cardstwo__card,.cardstwo__card-small-cards{border-radius:1rem;box-shadow:0 2px 8px 0 rgba(20,25,31,.2);display:flex;flex-direction:column;min-height:347px;padding:2rem}.cardstwo__card-small-cards{gap:1.5rem;justify-content:space-between}.cardstwo__card-content{align-items:center;display:flex;flex-direction:column;gap:.5rem;width:100%}.cardstwo__card-icon{height:75px;margin:0 auto;object-fit:contain;width:75px}.cardstwo__card-title{font-family:Avenir Next LT W01 Bold,sans-serif;font-size:1.25rem;font-weight:700}.cardstwo__card-body{text-align:center}.cardstwo__card-footer{display:flex;justify-content:center;width:100%}.cardstwo__card-link{font-weight:600;text-decoration:none}@media (min-width:768px){.cardstwo{flex-direction:row}.cardstwo__grid{display:grid;grid-template-columns:repeat(2,1fr)}.cardstwo__card.cardstwo__card--main{align-items:flex-start;width:45%}.cardstwo__grid{width:55%}.cardstwo__card.cardstwo__card--main .cardstwo__card-icon{margin:0}.cardstwo__card.cardstwo__card--main .cardstwo__card-body{text-align:start}}