.re1 {
	font-size: clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);/* 11px 14px */

}


.btn-border_re1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #EE7834;
  border: 1px solid #EE7834;
  font-style: normal;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem); /*15px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 0.9em 2.0em;
  border-radius: 8px;
  transition: .3s;
}

.btn-border_re1:hover {
  background-color: #ffffff;
  border-color: #EE7834;
  color: #EE7834;
}

.btn-border_re2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #1587CA;
  border: 1px solid #1587CA;
  font-style: normal;
  font-size: clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);/* 11px 14px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5em;
  border-radius: 2px;
  transition: .3s;
}

.btn-border_re2:hover {
  background-color: #ffffff;
  border-color: #1587CA;
  color: #1587CA;
}