.bg-grey{background-color:#f5f7f7}.mod-grid-cards{display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px}@media screen and (max-width: 768px){.mod-grid-cards{padding:12px}}.mod-grid-card{display:flex;margin-bottom:16px;padding:15px 10px;background-color:#fff;flex-direction:column;flex:0 0 calc(33.33333% - 10px)}@media screen and (max-width: 768px){.mod-grid-card{flex-basis:calc(50% - 6px);margin-bottom:10px}}.mod-grid-card__title{display:inline-flex;min-height:42px;font-weight:700;font-size:18px;text-align:center;align-items:center;justify-content:center;order:2}@media screen and (max-width: 768px){.mod-grid-card__title{font-size:15px}}.mod-grid-card__text{font-size:15px;order:3;text-align:center}@media screen and (max-width: 768px){.mod-grid-card__text{font-size:14px}}.mod-grid-card__img{order:1;height:90px;margin-bottom:4px;text-align:center}.mod-grid-card__img img{width:auto;max-height:100%}@media screen and (max-width: 768px){.mod-grid-card__img{height:50px;margin-bottom:10px}}