.btn-border_an1 {
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: #0068B7;
  border: 1px solid #0068B7;
  font-style: normal;
  font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 15px 25px 15px 25px;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_an1:hover {
  background-color: #ffffff;
  border-color: #0068B7;
  color: #0068B7;
}

.btn-border_an2 {
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: #39B54A;
  border: 1px solid #39B54A;
  font-style: normal;
  font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 25px 10px 25px;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_an2:hover {
  background-color: #ffffff;
  border-color: #39B54A;
  color: #39B54A;
}