.card,.cards{display:flex;flex-direction:column}.card{border-radius:1rem;margin:1rem 0;padding:1rem}.card__container-1{flex-direction:row-reverse;justify-content:space-between;margin:0 0 1rem;width:100%}.card__container-1,.card__icon{align-items:center;display:flex}.card__icon{background-color:#fff;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.16);height:calc(60px + 2.5rem);justify-content:center;margin:0 0 0 1rem;padding:1.25rem;width:calc(60px + 2.5rem)}.card__icon img{max-height:60px;width:auto}.card__title{margin-bottom:0}.card__container-2{width:100%}.card__description{margin-bottom:1rem}.card__buttons{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}.card__buttons--desktop{display:none}.card__buttons--mobile{display:flex}.card__button{box-shadow:0 3px 6px rgba(0,0,0,.16);margin:.75rem;width:100%}@media (min-width:993px){.card{border-radius:12rem;flex-direction:row}.card__container-1{flex-direction:row;justify-content:flex-start;margin:0 1rem 0 0;width:50%}.card__header{display:flex;flex-direction:column}.card__icon{margin:0 1rem 0 0}.card__container-2{width:50%}.card__description{padding-right:1rem}.card__buttons--desktop{display:flex}.card__buttons--mobile{display:none}.card__button{width:auto}}