.cards_module{display:grid;gap:25px;grid-template-columns:repeat(4,1fr)}.cards_module.col_two{grid-template-columns:repeat(2,1fr)}.cards_module.col_three{grid-template-columns:repeat(3,1fr)}.cards_module.col_four{grid-template-columns:repeat(4,1fr)}.cards_module .col{align-items:center;background:#fff;border-radius:5px;box-shadow:15px 25px 60px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;gap:50px;padding:50px}.cards_module .description{color:#000;font-family:Montserrat;font-size:20px;margin:0 auto;max-width:170px;padding:0;text-align:center}.cards_module .description_content p:last-of-type{margin-bottom:0}@media (max-width:1168px){.cards_module,.cards_module.col_four,.cards_module.col_three,.cards_module.col_two{grid-template-columns:repeat(2,1fr)}}@media (max-width:868px){.cards_module,.cards_module.col_four,.cards_module.col_three,.cards_module.col_two{grid-template-columns:1fr}}