.pro1 {
	font-size: 14px;
	font-weight: normal;
}

.pro2 {
	font-size: 17px;
	font-weight: bold;
	color:#006D7D;
}

.pro3 {
	font-size: 15px;
	font-weight: bold;
	color:#006D7D;
}

.btn-border_pr1 {
  display: inline-block;
  text-align: center;
  width: 300px;
  background-color: #006d7d;
  border: 1px solid #006d7d;
  font-style: normal;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 12px 0px 12px 0px;
  border-radius: 6px;
  transition: .3s;
}

.btn-border_pr1:hover {
  background-color: #ffffff;
  border-color: #006d7d;
  color: #006d7d;
}