.card-pillars{display:grid;grid-template-columns:repeat(auto-fill,24%);justify-content:space-between}.card-pillars-card{margin-bottom:1.4rem;max-width:100%;padding:0 16px;width:300px}.card-pillars-image{display:block;height:auto;margin:0 auto;max-width:100%}.card-pillars-text{width:100%}.card-pillars-title{border-radius:5px;color:#fff;width:100%}.card-pillars-sub-title,.card-pillars-title{display:block;font-family:Gotham A;font-weight:700;text-align:center}.card-pillars-sub-title{line-height:1.25;margin:10px auto 20px;width:70%}.card-pillars-content{border:1px solid;border-radius:5px;min-height:470px;padding:10px}@media screen and (max-width:768px){.card-pillars{grid-template-columns:repeat(auto-fill,50%)}}@media screen and (max-width:576px){.card-pillars{grid-template-columns:repeat(auto-fill,100%)}.card-pillars-card{width:100%}}