.industories{--gutter:20px;display:flex;flex-flow:row wrap;margin:calc(var(--gutter)/-2) calc(var(--gutter)/-2)}.industories__placeholder{font-size:20px;margin:0 auto;text-align:center}.industories__col{flex:0 0 25%;padding:0 calc(var(--gutter)/2)}@media (max-width:767px){.industories__col{flex-basis:50%}}.industory{align-items:center;background:#fff;border-radius:10px;display:flex;flex-flow:column nowrap;margin:calc(var(--gutter)/2) 0;padding:28px 24px 20px}.industory__image{flex:0 0 60px;height:60px;margin-bottom:16px;width:60px}.industory__name{flex:0 0 auto;font-size:16px;font-weight:var(--font_weight_bold);margin-bottom:0}