.installButton {
  display: none;
}

#install {
  width: 90%!important;
  border: 1px solid rgb(0,16,159, 1);
  background: #fff;
  color: rgb(0,16,159, 1);
  margin-left: 5%;
  position: fixed;
  bottom: 14px;
  padding: 10px;
  font-family: 'SFCompactDisplay';
  font-weight: bold;
  border-radius: 15px;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

@media only screen and (max-width: 768px) {
  .installButton {
    display: block;
  }
}

.buttonIcon {
  position: absolute;
  margin-left: 1.5rem;
}

.buttonText {
  line-height: 1.2;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

.butttonText1 {
  line-height: 1.2;
  font-size: 12px;
  font-weight: normal;
}