.text-col-cards{display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto;padding-top:26px}.text-col-card{border-right:1px solid #e5e7eb;padding:1.5rem 2.5rem;text-align:left}.text-col-card:last-child{border-right:none}.text-col-card p{color:#4b5563;font-size:13px;margin:0}@media (max-width:900px){.text-col-cards{grid-template-columns:repeat(2,1fr)}.text-col-card:nth-child(2n){border-right:none}.text-col-card:nth-child(-n+2){border-bottom:1px solid #e5e7eb}}@media (max-width:560px){.text-col-cards{grid-template-columns:1fr}.text-col-card{border-bottom:1px solid #e5e7eb;border-right:none}.text-col-card:last-child{border-bottom:none}}