@media (min-width:300px) and (max-width:700px){.header-wrapper{margin:4rem auto!important;width:85%!important}}@media (min-width:701px) and (max-width:800px){.header-wrapper{margin:4rem auto!important;width:90%!important}}@media (min-width:801px) and (max-width:900px){.header-wrapper{margin:4rem auto!important;width:100%!important}}@media (min-width:1001px) and (max-width:1200px){.header-wrapper{width:100%!important}}@media (min-width:1201px) and (max-width:1300px){.header-wrapper{width:80%!important}}@media (min-width:1301px) and (max-width:1400px){.header-wrapper{width:75%!important}}@media (min-width:1401px) and (max-width:1500px){.header-wrapper{width:70%!important}}@media (min-width:1901px) and (max-width:2000px){.header-wrapper{width:53%!important}}@media (min-width:2001px) and (max-width:3000px){.header-wrapper{width:40%!important}}.header-wrapper{margin:4rem auto;text-align:center;width:65%}h3.header{background:var(--main-brand-color);border-radius:5px;color:#fff;padding:10px 0}.gift{animation:shake 2s ease-in-out infinite;float:right;margin-top:-40px;width:50px}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateY(-9px)}35%{transform:translateY(-9px) rotate(17deg)}55%{transform:translateY(-9px) rotate(-17deg)}65%{transform:translateY(-9px) rotate(17deg)}75%{transform:translateY(-9px) rotate(-17deg)}to{transform:translateY(0) rotate(0)}}