.btn-border_ab1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #D4296A;
  border: 1px solid #D4296A;
  font-style: normal;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem); /*15px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.8em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_ab1:hover {
  background-color: #ffffff;
  border-color: #D4296A;
  color: #D4296A;
}

.btn-border_ab2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #008CC9;
  border: 1px solid #008CC9;
  font-style: normal;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem); /*15px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.8em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_ab2:hover {
  background-color: #ffffff;
  border-color: #008CC9;
  color: #008CC9;
}

.ab_1 {
	font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
	font-weight:bold
}