.credit-reset-card{background:#f2735d}
.credit-insight,.credit-amount{position:absolute;background:var(--paper);border:1px solid var(--ink);box-shadow:12px 14px 0 rgba(82,35,28,.18);display:flex;flex-direction:column;transition:transform .4s ease}
.credit-insight{width:53%;left:8%;top:17%;padding:38px;transform:rotate(-4deg)}
.credit-amount{width:47%;right:7%;bottom:12%;padding:34px;transform:rotate(5deg)}
.credit-insight small,.credit-amount small{font:10px DM Mono;text-transform:uppercase}
.credit-insight b{font-size:28px;line-height:1.1;margin:45px 0 55px}
.credit-insight span,.credit-amount span{border-top:1px solid;padding-top:16px;font:10px DM Mono;text-transform:uppercase}
.credit-amount strong{font-size:58px;letter-spacing:-.06em;margin:50px 0 22px}
.credit-amount i{height:1px;background:var(--ink);margin-bottom:16px}
.project:hover .credit-insight{transform:rotate(-6deg) translate(-6px,-6px)}
.project:hover .credit-amount{transform:rotate(7deg) translate(7px,4px)}
@media(max-width:800px){.credit-insight{width:62%;padding:25px}.credit-amount{width:52%;padding:24px}.credit-insight b{font-size:21px;margin:32px 0}.credit-amount strong{font-size:43px;margin:35px 0 17px}}
