.btn-border_re1 {
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: #00afec;
  border: 1px solid #00afec;
  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.7em 1em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_re1:hover {
  background-color: #ffffff;
  border-color: #00afec;
  color: #00afec;
}

.btn-border_re1no {
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: #b3b3b3;
  border: 1px solid #b3b3b3;
  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.7em 1em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_re2 {
  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.7em 1em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_re2:hover {
  background-color: #ffffff;
  border-color: #8CC63F;
  color: #8CC63F;
}

