/* -----------------------------------------------
   Blog Posts Section
   ----------------------------------------------- */
.homepage-blog {
  background-color: #fafaff;
  padding: 60px 0;
  position: relative;
  z-index: 4;
}
/* Force the Views element container to isolate its layout context */
.homepage-blog .views-element-container {
  clear: both;
  display: block;
  width: 100%;
}

/* Ensure Drupal's responsive grid wrapper spans full width */
.views-view-responsive-grid {
  width: 100%;
  box-sizing: border-box;
}
.homepage-blog-heading {
  text-align: center;
  font-size: 2rem;
  color: black;
  margin: 0 0 40px;
}
