.download-app_section{position:relative;overflow:hidden;background:var(--color-primary,#2563eb);color:#fff;padding:5rem 2rem;border-radius:1rem;text-align:center;margin-top:48px;margin-bottom:48px}@media(min-width:768px){.download-app_section{text-align:left;padding:5rem 6rem}}@media(max-width:480px){.download-app_section{margin-inline:20px}}.download-app_section__blob{position:absolute;top:0;right:0;width:66%;height:66%;background:hsla(0,0%,100%,.15);border-radius:50%;filter:blur(80px);z-index:1}.download-app_section__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:2rem}@media(min-width:768px){.download-app_section__content{flex-direction:row;justify-content:space-between}}.download-app_section__text{flex:1 1}.download-app_section__text h2{font-size:2rem;font-weight:800;line-height:1.2}@media(min-width:768px){.download-app_section__text h2{font-size:3rem}}.download-app_section__text p{margin-top:1.25rem;font-size:1.125rem;opacity:.85}.download-app_section__stores{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem}.download-app_section__stores img.qr{width:120px;height:120px;border-radius:.5rem;background-color:#fff;border:1px solid #e1e1e1;border-radius:10px;padding:10px}.download-app_section__stores a{align-self:flex-end}@media(min-width:768px){.download-app_section__stores{justify-content:flex-start}}.download-app_section__stores img{height:3.5rem;transition:transform .2s ease}.download-app_section__stores img:hover{transform:scale(1.05)}.download-app_section__image{flex:1 1;display:flex;justify-content:center}.download-app_section__image img{height:20rem;border-radius:1rem;transform:rotate(-3deg);filter:drop-shadow(10px 10px 15px rgba(0,0,0,.5));transition:all .3s ease-in-out}.download-app_section__image img:hover{transform:scale(1.05)}@media(min-width:768px){.download-app_section__image img{height:24rem}}