.cards{gap:40px;justify-content:space-between}.cards,.cards__card{display:flex;flex-wrap:wrap}.cards__card{align-items:flex-start;box-sizing:border-box;color:inherit;flex:1 1 calc(25% - 80px);flex-direction:column;margin-bottom:1.4rem;text-decoration:none;transition:border .25s ease,transform .25s ease,color .25s ease}a.cards__card.card{border:1px solid transparent;box-sizing:border-box;cursor:pointer;position:relative;transition:border-color .25s ease,transform .25s ease}a.cards__card.card:after{border-radius:inherit;box-shadow:0 0 0 0 #000;content:"";inset:0;pointer-events:none;position:absolute;transition:box-shadow .25s ease,transform .25s ease}a.cards__card.card:hover:after{box-shadow:0 0 0 2px #000}a.cards__card.card:hover{transform:translateY(-7px)}section.cards__card.card{border:1px solid transparent;cursor:default}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.card__text{padding:.7rem 1.4rem;width:100%}.card__text h2{font-family:Space Mono,monospace;font-size:1.25rem;font-weight:700;line-height:24px}@media (max-width:1024px){.cards__card{flex:1 1 calc(50% - 40px)}}@media (max-width:640px){.cards{gap:20px}.cards__card{flex:1 1 100%;margin-bottom:1rem}}