#page-machine-forwarding {
  text-align: center;
}
#page-machine-forwarding .page-content p {
  margin-bottom: 32px;
}
#page-machine-forwarding .page-content a {
  display: inline-block;
  background-color: #01A6AB;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  padding: 16px 32px;
  border-radius: 50vw;
}
#page-machine-forwarding .page-content a::after {
  display: inline-block;
  content: "";
  background: url(../../img/link.png);
  background-size: cover;
  background-position: center;
  width: 2rem;
  height: 2rem;
  vertical-align: top;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  #page-machine-forwarding .page-content p {
    text-align: left;
    line-height: 1.5;
  }
  #page-machine-forwarding .page-content a {
    font-size: 1.4rem;
  }
  #page-machine-forwarding .page-content a::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}