/* Improve paragraph readability */
p {
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

/* Consistent spacing for containers */
.container {
  margin-bottom: 2rem;
}

/* Clean, uniform image grid */
.img-grid {
  width: 100%;
  height: 175px;
  object-fit: cover;
  border-radius: 6px;
}
