.three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width:991px){.three-cols{grid-template-columns:1fr}}