/*
    Customise variables used by Bulma,
    set brand colours, and other (non-typographic) defaults
*/
.card.news {
  border-radius: 16px;
}
.card.news .card-image:first-child img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.card.news h3 {
  color: #1D2F5D;
  font-size: 24px;
}
.card.news h3 a {
  color: #1D2F5D;
}
.card.news p {
  color: #1D2F5D;
  font-size: 18px;
}

.news-image img {
  display: block;
  border-radius: 16px;
}
