.print {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .print {
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 479px) {
  .print {
    margin-bottom: 75px;
  }
}

.print-title {
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .print-title {
    margin-bottom: 35px;
  }
}

.print-title h1 {
  font-size: 2em;
}

.print-group {
  margin-bottom: 60px;
  padding: 0 15px;
}

.print-group h2 {
  position: relative;
  margin-bottom: 35px;
  font-size: 1.667em;
  line-height: 1.2;
}

.print-group h2 span {
  display: inline-block;
  position: relative;
  background: #ffffff;
  padding-right: 30px;
  z-index: 5;
}

.print-group h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #ebebeb;
  z-index: 2;
}

.print-group p {
  margin-bottom: 10px;
}

.print-img {
  text-align: center;
}

.print-img img {
  width: 100%;
  max-width: 570px;
}

@media screen and (max-width: 767px) {
  .print-img img {
    max-width: 354px;
  }
}

@media screen and (max-width: 479px) {
  .print-img img {
    max-width: 100%;
  }
}
