.btn-border_run1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #499AB2;
  border: 1px solid #499AB2;
  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;
  border-radius: 6px;
  transition: .3s;
}

.btn-border_run1:hover {
  background-color: #ffffff;
  border-color: #499AB2;
  color: #499AB2;
}

.run {
  font-size:clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem); /*15px 18px */
  color:#396B7B;
  margin:0px;
  font-weight:400;
}
