.btn-border_sp1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #39b54a;
  border: 1px solid #39b54a;
  font-style: normal;
  font-size: 13px; 
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.4em 2em 0.4em 2em;
  border-radius: 2px;
  transition: .3s;
}

.btn-border_sp1:hover {
  background-color: #ffffff;
  border-color: #39b54a;
  color: #39b54a;
}

.btn-border_ab1 {
  display: inline-block;
  text-align: center;
  width: 360px;
  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:50px;
  transition: .3s;
}

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