.number-cards-flex{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.number-card{background:#fff;border-radius:12px;box-shadow:0 4px 60px #00000033;margin-bottom:45px;padding:24px;width:48%}.number-card h4{margin-bottom:12px}.number-container{background:#0077c8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border-radius:50%;height:60px;justify-content:center;margin-bottom:24px;width:60px}.number{color:#fff;font-size:32px;font-weight:700}.number-card .content p:last-child{margin-bottom:0}@media(max-width:767px){.number-card{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}}