.btn-border_in1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #407BBE;
  border: 1px solid #407BBE;
  font-style: normal;
  font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem); /*12px 15px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 0.6em 2.5em;
  border-radius: 2px;
  transition: .3s;
}

.btn-border_in1:hover {
  background-color: #ffffff;
  border-color: #407BBE;
  color: #407BBE;
}
