@charset "UTF-8";

#intro,
#media {
  margin-bottom: 80px;
}

#intro > div:nth-last-child(1),
#equipment > div:nth-last-child(1) {
  margin-bottom: 0;
}


@media screen and (max-width:767px) {
  #intro,
  #media {
    margin-bottom: 60px;
  }
}