.industry-cards{width:100%}.industry-cards .industry-cards__grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}@media (max-width:991px){.industry-cards .industry-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.industry-cards .industry-cards__grid{grid-template-columns:1fr}}.industry-cards .industry-cards__item{background-color:#f4f7f9;border:2px solid #e7eef3;border-radius:30px;display:flex;flex-direction:column;justify-content:space-between;min-height:270px;padding:30px}.industry-cards h4.industry-cards__title{font-family:Hiragino Kaku Gothic ProN W6,Inter,sans-serif;font-size:20px;line-height:30px;margin-bottom:20px}.industry-cards .industry-cards__desc{font-size:14px;line-height:1.6;margin:0 0 auto;padding-bottom:20px}.industry-cards .industry-cards__footer{align-items:center;border-top:1px solid rgba(0,0,0,.2);display:flex;gap:10px;padding-top:20px}.industry-cards .industry-cards__footer svg{flex-shrink:0;height:24px;width:24px}.industry-cards .industry-cards__footer span{font-size:14px;line-height:1.4}