/* If two consecutive sections share the same data-bg-color, remove padding-top on the second */
section[data-bg-color=bg-white] + section[data-bg-color=bg-white], section[data-bg-color=bg-buff] + section[data-bg-color=bg-buff] {
  padding-top: 0 !important;
}

/* repeat for each background color you use */
.p-20 {
  padding: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

/*
html .container, html .container-fluid {
    max-width: 100%;

    img {
        max-width: 100%;
    }
}
    */
/* If two consecutive sections share the same data-bg-color, remove padding-top on the second */
section[data-bg-color=bg-white] + section[data-bg-color=bg-white], section[data-bg-color=bg-buff] + section[data-bg-color=bg-buff] {
  padding-top: 0 !important;
}

/* repeat for each background color you use */
.p-20 {
  padding: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

/*
html .container, html .container-fluid {
    max-width: 100%;

    img {
        max-width: 100%;
    }
}
    */
@media (max-width: 575.98px) {
  .latest-news-feed cardgroup-card-item,
  .latest-news-feed .col {
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .latest-news-feed cardgroup-card-item,
  .latest-news-feed .col {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .latest-news-feed cardgroup-card-item,
  .latest-news-feed .col {
    flex: 0 0 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .latest-news-feed cardgroup-card-item,
  .latest-news-feed .col {
    flex: 0 0 25%;
  }
}
.latest-news-feed__summary {
  max-width: 866px;
}
.latest-news-feed .card:hover {
  text-decoration: none;
}
.latest-news-feed .card:hover p {
  text-decoration: none;
}
.latest-news-feed .card:hover h2, .latest-news-feed .card:hover h3, .latest-news-feed .card:hover h4 {
  text-decoration: underline;
  color: #0065BD;
}