.text-cards{display:flex;flex-flow:wrap;gap:2rem;justify-content:flex-start;padding:1rem 0}.text-card{flex:1 1 calc(33.333% - 2rem);padding:1rem;width:100%}.text-card.no-shadow.no-border{padding:0}.text-card__heading,.text-card__heading-wrapper{align-items:center;display:flex}.text-card__heading{flex-grow:1;line-height:1;margin-bottom:.5rem;white-space:normal}.text-card__card-number{color:#636059;font-size:2rem;font-weight:700;padding:0 .5rem .5rem 0}.text-card__img{height:70px;max-height:70px;max-width:70px;object-fit:contain;padding:0 1rem .5rem 0;width:70px}.text-card__content{padding-bottom:.5rem}@media (max-width:768px){.text-card{flex:1 1 100%;max-width:100%}.text-card__card-number{font-size:1.5rem}.text-card__img{max-height:50px;max-width:50px}}