.cards{display:grid;gap:60px;grid-template-columns:repeat(3,1fr);justify-items:flex-start}.cards-module img.card__image{margin-bottom:25px}@media (max-width:767px){.cards{grid-template-columns:repeat(2,1fr)}.cards-module .cards__card{gap:18px;max-width:100%}.cards-module .cards h3{margin-bottom:18px}.cards-module .cards.true{grid-template-columns:1fr}.cards-module .cards__card.card.icon_left{flex-direction:column;gap:16px;width:100%}}@media (max-width:630px){.cards__card{width:100%!important}.cards{grid-template-columns:repeat(1,1fr)}}.cards__card{align-items:flex-start;align-self:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;gap:25px;height:100%;justify-content:space-between;max-width:100%}.cards h3{margin-bottom:25px}.card__image{height:auto;max-width:100%}.card__text{width:100%}.cards-top__section{display:flex;flex-direction:column;gap:50px}.cards.true{display:grid;grid-template-columns:repeat(2,1fr)}.cards__card.card.icon_left{align-items:flex-start;display:flex;flex-direction:row;flex-direction:column;flex-wrap:nowrap;gap:13px}