.news-section-list {
  display: flex;
  flex-wrap: wrap;
}

.news-section-card {
  width: 100%;
}

.news-section-card-image {
  width: 100%;
}

.news-section-card-title {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.2;
}

.news-section-card-body {
  margin-bottom: 1.2em;
  padding: 15px 0;
}

.news-section-card-body a {
  transition: all 0.2s;
  color: #212529;
}

.news-section-card-body a:hover {
  text-decoration: none;
  color: #ef7c00;
}

.news-section-card-date {
  color: #898989;
  font-size: 0.8em;
  font-weight: 400;
  border-bottom: 1px solid #dee2e6 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.3em;
}

@media screen and (min-width: 768px) {
  .news-section-list {
    justify-content: space-between;
  }

  .news-section-card {
    width: 49%;
  }
}
