.rewards{display:flex;align-items:center;justify-content:space-between;gap:3.6rem}
.rewards-left{max-width:52rem}
.rewards-left-heading{margin-bottom:2.4rem;max-width:36rem}
.rewards-right{display:flex;gap:3.2rem}
.rewards-right-reward{display:flex;flex-direction:column;gap:2.2rem}
.rewards-right-reward img{max-width:10.6rem;height:-moz-fit-content;height:fit-content;-o-object-fit:contain;object-fit:contain}
.rewards-right-reward-text{max-width:16rem}
@media screen and (max-width:990px){
.rewards{flex-direction:column;gap:2.4rem}
.rewards-left{max-width:unset}
.rewards-left-heading{margin-bottom:1.6rem}
.rewards-right{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center}
.rewards-right-reward{align-items:center;justify-content:center}
.rewards-right-reward-text{text-align:center}
}