.btn-border_re1 {
  display: inline-block;
  width: 360px;
  text-align: center;
  background-color: #18933b;
  border: 1px solid #18933b;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 18px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border_re1:hover {
  background-color: #ffffff;
  border-color: #18933b;
  color: #18933b;
}

.btn-border_re2 {
  display: inline-block;
  width: 100px;
  text-align: center;
  background-color: #18933b;
  border: 1px solid #18933b;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 2px;
  border-radius: 50px;
  transition: .4s;
}

.btn-border_re2:hover {
  background-color: #ffffff;
  border-color: #18933b;
  color: #18933b;
}

.pro04 {
	font-size: 18px;
	font-weight: bold;
	color:#37bef0;
	line-height: 1.5;
}