.bubble img {
  max-width: 100%;
  height: auto;
}
.app-store {
  margin: 10px 0 0 0;
  background:url('images/appstore.svg') left top no-repeat;
  width:135px;
  height:40px;
  display:block;
  overflow:hidden;
  text-indent:100%;
  white-space:nowrap;
}
.play-store {
  margin: 0 0 20px 0;
  background:url('images/playstore.svg') left top no-repeat;
  width:170px;
  height:50px;
  display:block;
  overflow:hidden;
  text-indent:100%;
  white-space:nowrap;
}
.footer {
  font-family: 'Hind', sans-serif;
  font-size: 11pt;
}

