/* Tablet */
@media screen and (max-width: 992px) {
 
}


/* Large Phone */
@media screen and (max-width: 600px) {
  .download-item {
    width: 95vw;
  }

  .preview img {
    height: 4.5rem;
  }
}

/* Samll Phone */
@media screen and (max-width: 320px) {

}