.sheet-card{align-items:center;background:#fff;border:1px solid transparent;border-radius:5px;display:flex;gap:20px;justify-content:flex-start;max-width:100%;padding:10px 40px 10px 10px;position:relative;transition:all .25s ease-in-out;width:max-content}.sheet-card:hover{border-color:#000614}.sheet-card .link-wrapper{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.sheet-card img{border-radius:3px;box-shadow:0 2px 5px 0 rgba(0,0,0,.4);display:block;width:130px}.sheet-card h5{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;margin-bottom:0;text-transform:uppercase}@media(max-width:767px){.sheet-card img{width:100px}}