.btn-border_ab1 {
  display: inline-block;
  width: 500;
  text-align: center;
  background-color: #EB6143;
  border: 1px solid #EB6143;
  font-style: normal;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem); /*14px 16px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 1.0em 4em 1.0em 4em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_ab1:hover {
  background-color: #ffffff;
  border-color: #EB6143;
  color: #EB6143;
}

.btn-border_ab2 {
  display: inline-block;
  width: 250px;
  text-align: center;
  background-color: #EB6143;
  border: 1px solid #EB6143;
  font-style: normal;
  font-size: 15px; /*14px 16px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.8em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_ab2:hover {
  background-color: #ffffff;
  border-color: #EB6143;
  color: #EB6143;
}

