.article {
  padding: 0px;
  
}
.article img {
  max-width: 35%;
  height: auto;
  float: left;
  margin: 0 1.2em 0.5em 0;
  vertical-align: bottom;
}
.article h2 {
  margin: 0;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem); /*14px 16px */
  line-height: 1.7;
}
.article p {
  margin: 0px 0 0 0;
  line-height: 1.7;
}
.article::after {
  content: "";
  display: block;
  clear: both;
}

.btn-border_dr1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #002063;
  border: 1px solid #002063;
  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: 8px;
  transition: .3s;
}

.btn-border_dr1:hover {
  background-color: #ffffff;
  border-color: #002063;
  color: #002063;
}
