.case-study-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}@media (max-width:1024px){.case-study-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.case-study-grid{grid-template-columns:repeat(1,1fr)}}.case-study-grid .case-study-card{min-height:500px}.case-study-grid .case-study-card img{object-fit:cover;object-position:center;border-radius:14px;width:auto;height:239px}.case-study-grid .case-study-card h3{color:#fff;padding-top:30px;font-family:Inter;font-size:24px;font-weight:600}.case-study-grid .case-study-card p{color:#11b7da;align-items:center;gap:12px;padding-top:10px;font-family:Satoshi;font-size:16px;font-weight:700;line-height:50px;display:flex}
