.pro1 {
  font-size:21px;
  color:#E95504;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}

.pro2 {
  font-size:18px;
  color:#E95504;
  font-weight: 400;
}

.pro3 {
  font-size:13px;
  padding-top: 0.2em;
}

.btn-border_pr1 {
  display: inline-block;
  text-align: center;
  width: 300px;
  background-color: #E95504;
  border: 1px solid #E95504;
  font-style: normal;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 0.8em;
  border-radius:6px;
  transition: .3s;
}

.btn-border_pr1:hover {
  background-color: #ffffff;
  border-color: #E95504;
  color: #E95504;
}