.sticky_cards_wrapper{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.sticky_cards_content{flex-basis:48%;position:sticky;top:10px}.sticky_cards_area{flex-basis:48%}@media screen and (max-width:800px){.sticky_cards_content{flex-basis:100%;position:static}.sticky_cards_area{flex-basis:100%}}.cardContent{background-color:#fff;border-radius:8px;margin-bottom:25px;padding:25px}.cardContent h3{margin-top:0}