.btn-border_ab1 {
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: #8CC63F;
  border: 1px solid #8CC63F;
  font-style: normal;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/*14px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.8em 3em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_ab1:hover {
  background-color: #ffffff;
  border-color: #8CC63F;
  color: #8CC63F;
}

.btn-border_ab2 {
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: #8CC63F;
  border: 1px solid #8CC63F;
  font-style: normal;
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);/*13px 16px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.6em 1.5em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_ab2:hover {
  background-color: #ffffff;
  border-color: #8CC63F;
  color: #8CC63F;
}

.btn-border_ab3 {
  display: inline-block;
  text-align: center;
  width: 90%;
  background-color: #00A7C4;
  border: 1px solid #00A7C4;
  font-style: normal;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/*14px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 1.1em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_ab3:hover {
  background-color: #ffffff;
  border-color: #00A7C4;
  color: #00A7C4;
}

.btn-border_ab3_n {
  display: inline-block;
  text-align: center;
  width: 90%;
  background-color: #b9b9b9;
  border: 1px solid #b9b9b9;
  font-style: normal;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/*14px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 1.1em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_ab4 {
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: #B2B2B2;
  border: 1px solid #B2B2B2;
  font-style: normal;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 1.1em;
  border-radius: 0px;
  transition: .3s;
}

.btn-border_ab4:hover {
  background-color: #ffffff;
  border-color: red;
  color: red;
}

.btn-border_ab5 {
  display: inline-block;
  text-align: center;
  width: 90%;
  background-color: #90C656;
  border: 1px solid #90C656;
  font-style: normal;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/*14px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 1.1em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_ab5:hover {
  background-color: #ffffff;
  border-color: #90C656;
  color: #90C656;
}

.btn-border_ab5_n {
  display: inline-block;
  text-align: center;
  width: 90%;
  background-color: #b9b9b9;
  border: 1px solid #b9b9b9;
  font-style: normal;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/*14px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 1.1em;
  border-radius: 4px;
  transition: .3s;
}