.module-title .desc {
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  margin-top: 30px;
  text-indent: 50px;
}

.module-title .desc:last-child {
  margin-bottom: 50px;
}

.module1 {
  display: grid;
  grid-template-columns: repeat(3, 322px);
  grid-column-gap: 55px;
  width: calc(322px * 3 + 55px*2);
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.module1 .card {
  width: 100%;
  height: 220px;
}

.module1 .card img {
  width: 100%;
  height: 100%;
}

.v1, .v2 {
  width: 1200px;
  height: 440px;
}

/* .v1 {
  margin-top: 40px;
} */

.v2 {
  margin-bottom: 70px;
  height: 550px;
  margin-top: -20px;
}