.loyalty-program .banner{display:grid;grid-template-columns:100%;font-size:1rem;gap:2em;background-color:var(--grey,#1a1a1a);border-radius:1.2em;padding:1em;text-align:left}@media screen and (min-width:769px){.loyalty-program .banner{grid-template-columns:1fr auto;align-items:center;justify-content:space-between;padding:1.2em 2em;gap:1.2em;border-radius:3em}}.loyalty-program h2.title{color:var(--main-color);font-size:1.2em;font-weight:900;margin-bottom:.4rem}@media screen and (min-width:577px){.loyalty-program h2.title{font-size:1.6em}}.loyalty-program .desc p{color:#fff;font-size:.85em;font-weight:400}.loyalty-program .main-btn{justify-content:space-between;padding:.15em .15em .15em 1.5em;font-size:.9em;font-weight:600;background-color:var(--main-color);color:#fff;align-self:flex-start;align-items:center;white-space:nowrap;width:100%}@media screen and (min-width:769px){.loyalty-program .main-btn{align-self:unset;flex-shrink:0;max-width:14em}}.loyalty-program .main-btn .icon{display:flex;padding:.8em;margin-left:1em;border-radius:50%;background-color:#fff;color:var(--main-color)}.loyalty-program .main-btn svg{width:.6em;height:.6em;transition:color .2s ease-in;transform:rotate(-90deg)}