.cards{display:flex;flex-wrap:wrap;justify-content:center;flex-direction:row}.cards__card{cursor:pointer;flex:1;position:relative;align-content:flex-start;display:flex;flex-wrap:wrap;margin:1rem;max-width:100%;border:1px solid var(--secondary-mid-blue);border-radius:4px;transition:all .2s ease-in}.cards__card a{transition:color .2s ease-in}.card__image{height:auto;margin:2rem auto 1rem;max-width:80px;padding:0 0px}.card__text{padding:1rem;text-align:center;width:100%}.card__text p{margin-bottom:3rem}.card__text a{font-size:1rem;text-decoration:underline}.card:first-child{margin-left:0 !important}.card:last-child{margin-right:0}.card-hover{border-color:#03ff80;box-shadow:#03ff80 -.6em .6em 0;transform:translateX(.6em) translateY(-.6em)}.card-hover a{color:#03ff80}@media screen and (max-width:768px){.cards__card{flex:1 1 100%}.card{margin-left:0 !important;margin-right:0 !important}.card__text{text-align:left}}@media screen and (max-width:576px){.cards__card{max-width:100%}.card__image{max-width:60px}.cards__card a{color:var(--highlight)}.card-hover{border-color:var(--secondary-mid-blue);transition:none;box-shadow:none;transform:none}}