.offer-card{background:#fff;border-radius:1rem;box-shadow:0 4px 8px rgba(0,0,0,.08);padding:1.25rem;display:flex;flex-direction:column;justify-content:space-between}.offer-logo{display:flex;justify-content:center;margin-bottom:1rem;background-color:#f4f8fe;width:auto;height:157px;align-items:center;border-radius:10px}.offer-logo.black-reactangle{background-color:black}.logo-img{object-fit:contain}.offer-title{font-weight:600;font-size:16px;font-family:var(--viBold);text-align:left;padding-top:13px}.offer-description,.offer-title{color:#2f3043;line-height:1.25;margin-bottom:6px}.offer-description,.offer-terms{font-family:var(--viRegular);font-size:12px}.offer-terms{line-height:1;color:#82838e;margin-bottom:0;cursor:pointer;text-decoration:underline}.divider{position:relative;width:100%;height:1px;background:linear-gradient(to right,var(--white) 50%,#d5d6d9 0);background-size:7px 1px;background-repeat:repeat-x;margin:16px 0}.offer-btn{border:none;cursor:pointer;font-family:var(--viRegular);font-size:14px;line-height:1;color:#fff;width:130px;padding:6px 20px 8px;border-radius:25px;border-radius:40px;background-color:#ee2737;background:linear-gradient(90deg,#f1525f 50%,#ee2737 0);background-size:200% 100%;background-position:100% 100%;transition:all .5s ease-out}.offer-btn:hover{background-position:0 100%;text-decoration:none;background:linear-gradient(90deg,#f1525f 50%,#ee2737 0);background-size:200% 100%}