#bannerApp{display:flex;justify-content:space-around;text-align:center;background-color:#d8d8d8}#bannerApp .div2{display:flex;min-width:40%}#bannerApp .div2 img{margin-left:0;max-width:350px}@media(max-width:1100px){#bannerApp .div2{min-width:unset}}@media(max-width:640px){#bannerApp .div2 img{margin:0 auto}}@media(max-width:515px){#bannerApp .div2 img{max-width:290px}}#bannerApp .div1{display:flex;align-items:center;flex-direction:column;justify-content:center;margin-right:auto}#bannerApp .div1 h1{font-size:2.15rem}#bannerApp .div1 h1,#bannerApp .div1 h5{font-family:friz;color:var(--v-primary-base)}#bannerApp .div1 h1 span,#bannerApp .div1 h5 span{color:var(--v-secondary-base)}#bannerApp .div1 .buttons{margin-top:20px}#bannerApp .div1 .buttons img{margin:10px;max-width:35%}@media(max-width:720px){#bannerApp .div1 .buttons img{max-width:120px}}@media(max-width:1100px){#bannerApp .div1 h1{font-size:1.55rem}#bannerApp .div1 h5{font-size:1.1rem}}@media(max-width:815px){#bannerApp .div1 h1{line-height:1.75rem}}@media(max-width:640px){#bannerApp .div1 h1,#bannerApp .div1 h5{padding:0 20px}}@media(max-width:640px){#bannerApp{flex-direction:column}}