.cards--basic .cards__flex{display:grid;grid-template-columns:1fr;gap:40px;width:100%}@media (min-width:768px){.cards--basic .cards__flex{grid-template-columns:repeat(2,1fr);-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;row-gap:40px}}@media (min-width:1024px){.cards--basic .cards__flex{grid-template-columns:repeat(3,1fr)}}.cards--basic .filter__load-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:48px}.cards--basic .cards__filter--hidden{display:none}