.offer-card{background:var(--color-background);box-shadow:0 2px 8px 0 rgba(0,188,212,.1);border-radius:.75rem;padding:1.5rem;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column;align-items:center}.offer-card:hover{transform:scale(1.04);box-shadow:0 6px 24px 0 rgba(0,188,212,.18)}.offer-card__icon-wrapper{background:var(--blue-shade-light);padding:.75rem;width:3.25rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem 2rem .5rem 2rem;margin-bottom:1rem}.offer-card__title{color:var(--color-textblack);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.offer-card__desc{color:var(--color-textgreydark);font-size:.95rem}