/* triveni-sangam.css – page-specific */

.triveni-history p { max-width: 860px; margin: 0 auto; text-align: justify; }

.shraddha-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.shraddha-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 16px;
}
.shraddha-item h3 { margin-bottom: 10px; }
.shraddha-item p  { font-size: 0.92rem; text-align: justify; }

@media (max-width: 768px) {
  .shraddha-grid { grid-template-columns: 1fr; }
}
