@media screen and (max-width: 1200px) {
  /* News page */
  img.img-pict {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 760px) {
  /* About Page */
  img.aset4 {
    width: 50%;
    height: 50%;
  }
  /* Kegiatan Sosial */
  img.img-sosial {
    width: 100%;
    height: 100px;
  }
  /* News page */
  img.img-pict {
    width: 100%;
    height: 100%;
  }
  div.card.card-news {
    width: 350px;
    box-shadow: 5px 10px 10px #d3d3d3;
  }
  /* Detail Product */
  img.product-img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 576px) {
  /* About Page */
  img.aset4 {
    width: 100%;
    height: 100%;
  }
  /* Kegiatan Sosial */
  img.img-sosial {
    width: 100%;
    height: 100%;
  }
  /* News page */
  img.img-pict {
    height: 100%;
    margin-bottom: 20px;
  }
  div.card.card-news {
    width: 300px;
    box-shadow: 5px 10px 10px #d3d3d3;
  }
  /* Banner */
  /* img.d-block.w-100 {
        height: 200px;
    } */
  /* Detail Product */
  img.product-img {
    width: 100%;
    height: 100%;
  }
  div.marquee {
    white-space: nowrap;
    overflow: hidden;
  }
}

@media screen and (max-width: 350px) {
  /* About Page */
  img.aset4 {
    width: 50%;
    height: 50%;
  }
  /* Kegiatan Sosial */
  img.img-sosial {
    width: 50%;
    height: 200px;
  }
  /* News page */
  img.img-pict {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  div.card.card-news {
    width: 250px;
    box-shadow: 5px 10px 10px #d3d3d3;
  }
  /* Banner */
  /* img.d-block.w-100 {
        height: 200px;
    } */
  /* Detail Product */
  img.product-img {
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
  }
  div.marquee {
    white-space: nowrap;
    overflow: hidden;
  }
}
