.news-section {
  padding: 4rem 0;
}
.news-section h2 {
  padding: 0 0 2rem 0;
}

.media-card {
  background-color: #0f4669;
  color: #ffffff;
  border-radius: 0;
  border: 0;
  height: 100%;
}

.media-card .card-body {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.media-card .card-body::before {
  content: "“";
  position: absolute;
  top: 4rem;
  left: 20px;
  font-size: 6.5rem;
  line-height: 1;
  color: #ffffff;
  pointer-events: none;
}
.media-card .card-date {
  font-size: 0.9rem;
}
.media-card .card-sub {
  margin-bottom: 0.5rem;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
}
.media-card .card-title {
  margin-bottom: 1.5rem;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-footer-row {
  margin-top: auto;
}

.media-section {
  padding: 4rem 0;
}
.media-section h2 {
  padding: 0 0 2rem 0;
}

@media (max-width: 575px) {
  .news-section,
  .media-section {
    padding: 30px 0;
  }
}
