@media (max-width: 630px) {
  .kartu-produk-satu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    justify-items: center;
    max-width: 500px;
    margin-top: 6rem;
    margin-bottom: 8rem;
  }

  .card {
    width: 150px;
    max-width: 180px;
    min-width: 100px;
    height: 340px;
  }

  .responkan {
    display: none;
  }

  .kartu-produk-satu .card {
    margin: 0 2rem;
  }

  .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 48px 0px 0px 1.5rem;
    justify-items: center;
    justify-self: center;
  }

  .container {
    --bs-gutter-x: 0rem;
  }

  .col .lima {
    margin-right: -65px;
  }

  .col .satu,
  .col .dua,
  .col .tiga,
  .col .empat {
    justify-items: center;
  }

  .col .tiga,
  .col .empat {
    margin: 30px 0px;
  }

  .col .lima {
    margin-top: 0px;
  }
  .footer_konten {
    width: 90%;
  }
}
