.gift-section{background:#fff;border:8px solid #ff6d31;border-radius:28px;box-shadow:0 6px 24px rgba(0,0,0,.08);margin:40px auto;max-width:900px;opacity:0;padding:40px;text-align:center;transform:scale(.9);transition:.6s cubic-bezier(.25,1.7,.35,1.3)}.fade-pop.visible{opacity:1;transform:scale(1)}.gift-title-wrap{display:flex;justify-content:center;margin-bottom:20px}.gift-title-bubble{background:#ff6d31;border-radius:40px;color:#fff;font-size:20px;font-weight:700;padding:12px 40px;position:relative}.gift-title-bubble:after{border-color:#ff6d31 transparent transparent;border-style:solid;border-width:10px 9px 0;bottom:-8px;content:"";left:50%;position:absolute;transform:translateX(-50%)}.gift-copy-text{color:#ff6d31;font-size:35px;font-weight:700;line-height:1.3;margin:25px 0 20px}.gift-body-text{font-size:18px;font-weight:500;line-height:2;margin-top:20px}.gift-body-text,.gift-note{color:#004e89;text-align:left}.gift-note{font-size:12px;line-height:1.6;margin-top:12px}@media (max-width:768px){.gift-copy-text{font-size:26px;line-height:1.35;margin:20px 0 16px}}