.btn-border_re1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #E95541;
  border: 1px solid #E95541;
  font-style: normal;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/*13px 16px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 1.2em;
  border-radius: 4px 4px 4px 4px;
  transition: .3s;
}

.btn-border_re1:hover {
  background-color: #ffffff;
  border-color: #E95541;
  color: #E95541;
}