.white_cards_wrapper{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:2.5rem;max-width:1200px;padding:0 1.5rem}.white_card{background-color:#fff;border-radius:0;box-sizing:border-box;flex:1 1 calc(33.33333% - 1.66667rem);max-width:calc(33.33333% - 1.66667rem);min-width:0;padding:1.5rem}.white_card_title+p{margin-top:.75rem}.white_card_title{font-size:1.25rem;font-weight:700;margin:0;padding-left:1.5rem;position:relative}.white_card_title:before{color:#1872b8;content:"●";font-size:16px;left:0;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}@media (max-width:920px){.white_cards_wrapper{gap:1.25rem}.white_card{flex:1 1 100%;max-width:100%}}