@media (min-width: 350px) and (max-width: 390px) {
  .banner {
    width: 100%;
    height: auto;
  }
  .btn-main {
    display: none;
  }
  .logo {
    width: 200px;
  }
  button::before {
    position: relative;
  }
  .supplier-box {
    height: auto;
    padding-bottom: 20px;
  }
  .text-box p {
    font-size: 25px;
  }
  .box-content {
    width: 350px;
    height: auto;
    display: grid;
    align-items: center;
    margin-bottom: 30px;
  }
  .box-2 {
    height: auto;
  }
  .box-2 img {
    width: 345px;
  }
  .box-3 {
    height: auto;
    text-align: center;
  }
  .text3 p {
    font-size: 15px;
  }
  .box-text-1 {
    padding-top: 50px;
    margin-left: -30px;
  }
  .box-text-2 {
    display: grid;
  }
  .box-section-2 {
    width: 350px;
    margin-bottom: 20px;
  }
  .box-section-2-img img {
    width: 350px;
    margin-bottom: 0;
  }
  .box-section-2-text p {
    font-size: 20px;
  }
  .box-section-2-star {
    height: 30px;
  }
  .box-rotate {
    display: grid;
  }
  .box-stone {
    width: 350px;
    height: 700px;
  }
}
@media (min-width: 390px) and (max-width: 1000px) {
  .banner {
    width: 100%;
    height: auto;
  }
  .btn-main {
    display: none;
  }
  .logo {
    width: 200px;
  }
  button::before {
    position: relative;
  }
  .supplier-box {
    height: auto;
    padding-bottom: 20px;
  }
  .text-box p {
    font-size: 25px;
  }
  .box-content {
    width: 350px;
    height: auto;
    display: grid;
    align-items: center;
    margin-bottom: 30px;
  }
  .box-2 {
    height: auto;
  }
  .box-2 img {
    width: 345px;
  }
  .box-3 {
    height: auto;
    text-align: center;
  }
  .text3 p {
    font-size: 20px;
  }
  .box-text-1 {
    padding-top: 50px;
    margin-left: -30px;
  }
  .box-text-2 {
    display: grid;
  }
  .box-section-2 {
    width: 350px;
    margin-bottom: 20px;
  }
  .box-section-2-img img {
    width: 350px;
    margin-bottom: 0;
  }
  .box-section-2-text p {
    font-size: 20px;
  }
  .box-section-2-star {
    height: 30px;
  }
  .box-rotate {
    display: grid;
  }
  .box-stone {
    width: 350px;
    height: 700px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1730px) {
  .text-box p {
    font-size: 35px;
  }
  .logo-box {
    width: 1400px;
  }
  .logo-box img {
    width: 240px;
  }
  .btn {
    font-size: 22px;
  }
  .btn.active {
    width: 240px;
  }
}
