.cases .chat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.case-card{padding:20px;overflow:hidden}
.chat-image{display:block;width:100%;height:420px;object-fit:cover;object-position:top;margin:18px 0 16px;border-radius:3px;background:#e7e9e4}
.case-quote{font-size:15px;margin:0 0 16px}
@media (max-width:700px){.cases .chat-grid{grid-template-columns:1fr}.chat-image{height:480px}}
