.btn-border_1 {
  display: inline-block;
  width: 420px;
  text-align: center;
  background-color: #4B7EC0;
  border: 1px solid #4B7EC0;
  font-style: normal;
  font-size: 16px; 
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.9em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_1:hover {
  background-color: #ffffff;
  border-color: #4B7EC0;
  color: #4B7EC0;
}

.btn-border_2 {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #39b54a;
  border: 1px solid #39b54a;
  font-style: normal;
  font-size: 15px; 
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.6em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_2:hover {
  background-color: #ffffff;
  border-color: #39b54a;
  color: #39b54a;
}

