.content_cards .inner{display:grid;gap:50px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.content_cards .inner .card{align-items:center;display:flex;flex-flow:column wrap;justify-content:center;min-height:180px}.content_cards .inner .card .icon{margin-bottom:20px}.content_cards .inner .card .icon span{font-size:0}.content_cards .inner .card .icon svg{height:32px;width:32px}.content_cards .inner .card .content{text-align:center}.content_cards .inner .card .content *{color:inherit}.content_cards .inner .card .content :last-child{margin-bottom:0}@media (max-width:1220px){.content_cards .inner{justify-content:center}}@media (max-width:768px){.content_cards .inner{display:block;text-align:center}.content_cards .inner .card{margin:0 auto 20px;max-width:360px}}