.group+.group {
  margin-top: 50px;
}

.groups+.groups {
  margin-top: 35px;
}

.wrap+.wrap {
  margin-top: 15px;
}

/* .img：divで囲んで使う */
.img {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .group+.group {
    margin-top: 40px;
  }
  .groups+.groups {
    margin-top: 30px;
  }
}