.store-btn {
  max-width: 365px;
  position: fixed;
  right: 0;
  bottom: 25px;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.4s;
}

.store-btn:hover {
  opacity: 0.8;
}
/* 
.store-modal-content-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
} */

.store-modal-content {
  padding: 0 15px;
  min-width: 630px;
}

.store-modal-content h2 {
  color: #002a43;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.store-search {
  max-width: 500px;
  margin: 50px auto;
}

.store-text {
  text-align: center;
}

.store-text p {
  color: #486e93;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .store-btn {
    max-width: 100%;
    position: fixed;
    bottom: 0;
  }

  .store-modal-content {
    max-width: 374px;
    min-width: auto;
    padding: 0 10px;
    width: 100%;
  }

  .store-modal-content h2 {
    font-size: 14px;
  }

  .store-search {
    max-width: 100%;
    margin: 35px auto;
  }

  .store-text p {
    font-size: 12px;
  }
}
