.Snapshots-pre {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  width: 1060px;
  /*font-weight: bold;*/
}
.Snapshots-pic {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
}
.Snapshots-pic-item {
  width: 25%;
  margin-bottom: 20px;
}

.Snapshots-pic-item img {
  width: 300px;
  height: 533px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .Snapshots-1 {
    width: 100%;
  }
  .Snapshots-pre {
    font-size: 30px;
    line-height: 42px;
    color: #000;
    width: 100%;
    font-weight: bold;
    padding: 0 40px;
  }
  .Snapshots-pic {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    gap: 40px;
  }
  .Snapshots-pic-item {
    width: calc(50% - 20px);
    margin-bottom: 0;
  }
  .Snapshots-pic-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
