/* Setup block regions to be split on larger screens */
@media(min-width:576px) {
  .region-featured-bottom-second, .region-featured-bottom-third {
    width: 50%;
    display: inline-block;
  }
}

/* Make margins more appropriate for cards */
.region-featured-bottom-second .row, .region-featured-bottom-third .row {
  margin-right: -4px;
  margin-left: -4px;
}

.feed-row {
  width: 100%;
}

.feed-card {
  border: none;
  box-shadow: 1px 1px 3px rgba(130,130,130,.3);
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: white;
  max-width: 600px;
}

.feed-card .col-md-4 {
  padding: 0;
}

.feed-card p.lead {
  margin-top: 10px;
}
