.article-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9dfe8;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(16, 24, 40, .06);
}

.article-card__image {
  order: 1;
  width: 100%;
}

.article-card__body {
  order: 2;
  padding: 25px 20px 20px;
}

.article-card h2 {
  order: 1;
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.article-card h2 a,
.article-card h2 a:visited {
  color: #e91e63;
}

.article-card h2 a:hover { color: #c81754; }

.article-card__body > p {
  order: 2;
  margin: 0 0 18px;
  color: #4d5665;
  font-size: 15px;
  line-height: 1.55;
}

.article-card__read {
  order: 3;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  margin-top: auto;
  padding: 8px 13px;
  color: #e91e63;
  background: #fff;
  border: 2px solid #e91e63;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}

.article-card__read:hover {
  color: #fff;
  background: #e91e63;
}
