@media screen and (min-width:768px){.banner__mobileApp{display:none}}@media screen and (max-width:767px){.banner__mobileApp{display:block;padding:12px}.banner__content{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px}.banner__details{display:flex;justify-content:start;gap:12px;align-items:center}.banner__description{display:flex;flex-direction:column;justify-content:center}.icon--mobileApp{width:64px;height:64px}.banner__appRanting{display:flex;align-items:center}}