.btn-border_re1 {
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: #00A0E6;
  border: 1px solid #00A0E6;
  font-style: normal;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/*14px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 1em 2em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_re1:hover {
  background-color: #ffffff;
  border-color: #00A0E6;
  color: #00A0E6;
}

.btn-border_re2 {
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: #39B54A;
  border: 1px solid #39B54A;
  font-style: normal;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);/*12px 14px */
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_re2:hover {
  background-color: #ffffff;
  border-color: #39B54A;
  color: #39B54A;
}

.btn-border_re3 {
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: #39B54A;
  border: 1px solid #39B54A;
  font-style: normal;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/*14px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 1em 2em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_re3:hover {
  background-color: #ffffff;
  border-color: #39B54A;
  color: #39B54A;
}