.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; padding: 2rem 1rem; } .blog-card { background: #ffffff; border-radius: 16px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease; padding: 1rem; text-align: center; } .blog-card img { width: 100%; height: 160px; object-fit: cover; border-radius: 12px; } .blog-card h3 { margin: 1rem 0 0.5rem; font-size: 1.25rem; } .blog-card p { color: #666; font-size: 0.95rem; } .blog-card a { display: inline-block; margin-top: 1rem; color: #0066cc; text-decoration: none; font-weight: bold; } .blog-card:hover { transform: translateY(-5px); }

The Body in Trauma: Why Talking Alone is not Enough

access_time 1772422620000 face Bhargavi Raman
The Body in Trauma: Why Talking Alone is not Enough 2 March 2026 By Bhargavi Raman In many therapeutic spaces, cognitive insight is treated as the primary marker of progress. Clients can articulate their patterns. They understand their triggers. They can explain the origins of their attachment dynam...