.btn-border_fe1 {
  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_fe1:hover {
  background-color: #ffffff;
  border-color: #D4296A;
  color: #D4296A;
}
