.cards__wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.cards__items_two{background-color:#fff;border-radius:8px;box-sizing:border-box;flex-basis:48%;margin:15px 0;padding:20px}@media screen and (max-width:800px){.cards__items_two{flex-basis:100%;margin:15px 0}}.cards__items_three{background-color:#fff;border-radius:8px;box-sizing:border-box;flex-basis:31%;margin:15px 0;padding:20px}@media screen and (max-width:900px){.cards__items_three{flex-basis:48%;margin:15px 0}}@media screen and (max-width:600px){.cards__items_three{flex-basis:100%;margin:15px 0}}