.cards,.cards *{box-sizing:border-box}.cards{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}.card__wrapper{display:flex;padding:.5rem;width:100%}.card{border:2px solid rgba(204,213,228,.7);border-radius:.625rem;display:flex;flex-direction:column;padding:1.5rem;position:relative;transition:all .25s}.card--has-link{cursor:pointer}.card--has-link:hover{background-color:#fff;border-color:#6878ff;box-shadow:0 5px 20px rgba(0,0,0,.25)}.card__icon{margin-bottom:2rem}.card--has-link:hover .card__icon img{filter:brightness(0) saturate(100%) invert(46%) sepia(64%) saturate(2596%) hue-rotate(215deg) brightness(99%) contrast(103%)}h3.card__title{color:#000;font-size:1.125rem;font-weight:700;margin:0 0 .625rem}.card__content{flex-grow:1;margin-bottom:.625rem}.card__content :first-child{margin-top:0}.card__content :last-child{margin-bottom:0}.card__link{height:100%;left:0;position:absolute;top:0;width:100%}@media (min-width:480px){.card__wrapper{width:50%}}@media (min-width:768px){.card__wrapper{width:33.333333333%}}