.btn-border_1 {
  display: inline-block;
  width: 350px;
  text-align: center;
  background-color: #EA5504;
  border: 1px solid #EA5504;
  font-style: normal;
  font-size: 17px; 
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 0.8em 0em 0.8em 0em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_1:hover {
  background-color: #ffffff;
  border-color: #EA5504;
  color: #EA5504;
}

.to {
	font-size: 18px;
	color:#EA5504;
	font-weight: bold;
}